camera control question

CaptFinnCaptFinn Member Posts: 1,828

I have a invisible actor that i want to use as a "tour guide" actor. Before the player starts the level. The invisible actor travels down the X from start to end of the level. This gives the player a quick tour of the level before he starts. Then the actor comes back.
I gave this tour actor control of the camera.

if X 640
after 4 secs
interp to x1920

when at x1920
after 3 secs
interp to x630

when x is 630

change tour boolean from false to true

Then in the hero actor

when tour is true
control camera.

Then the player starts to play.

But when the actor starts interp from 640 to 1920. it doesnt take the camera with it.

Is this a interp problem. Or should i use "move to"

Comments

Sign In or Register to comment.