Home   Help Search Login Register  

Author Topic: changing the camera  (Read 451 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: