How to use Interpolate to move actors?
Now I know that Move and Move To are not reliable fore moving objects and that I should use Interpolate. I'm not sure how to use Interpolate to move my actors, though. I know it's something about X and Y, but I don't know what to do.
I want my enemy to move to the left for 0.5 seconds at a speed of 100, then move up or down at a speed of 150 for another 0.5 seconds, then I want it to move to the left again at a speed of 200 until it reaches the other side of the screen.
I want my enemy to move to the left for 0.5 seconds at a speed of 100, then move up or down at a speed of 150 for another 0.5 seconds, then I want it to move to the left again at a speed of 200 until it reaches the other side of the screen.
Comments
(easy way of finding your positions x and y is take the actor your moving and put it at the positions where he would change directions, then click on the actor and mark down the x and y for each spot)
hope this helps a little
Timers to change self.Motion.Linear Velocity.X or Y...
===
so many ways to skin our cat...
MH