Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: changing the camera  (Read 669 times)

0 Members and 1 Guest are viewing this topic.

Fisher

  • Guest
changing the camera
« on: 11 Nov 2003, 19:44:12 »
I am using the camera.sqs script to make my movies in Flashpoint.

 So what I want to know is how can I make the camera change positions without moveing there. Like I want the camera to move around scripted style then say appear on the other side of the island without zooming over there. I also do not want to make another .sqs file.

Thanks in advance

Kaliyuga

  • Guest
Re:changing the camera
« Reply #1 on: 11 Nov 2003, 19:58:41 »
_cam camCommit 0

the camCommit time designates how long it will take for the camera to move from one spot to another.. leave the value at 0 and it will be an instant switch
:cheers:

Fisher

  • Guest
Re:changing the camera
« Reply #2 on: 12 Nov 2003, 19:38:29 »
Well that works but I also need a command telling it how long to stay at a certain spot.

Kaliyuga

  • Guest
Re:changing the camera
« Reply #3 on: 12 Nov 2003, 20:44:20 »
_cam camCommit 0
@camCommitted _cam
~1


placing   '~' with a number will tell your script to wait that many seconds before moving on to the next statement

:cheers: