Actor Spinning into position?
Icewizard
Member Posts: 5
I am making the title screen for my game, and I want the actor that says the name of the game on it to spin into the top of the screen, anyone know how to do that?
Comments
You could either create a framed animation of the rotation and animate it while it is going from position A to position B
Or while it is going from position A to position B tell it to rotate. Then once it's in place you could change its self rotation back to
Another thing you could do is interpolate it's rotation when it's going from position A to position B.
I would go with one of the last 2 ways and skip the animation way. You may have to mess with the speed or duration at which it spins to time everything right.
There are many different ways to achieve this!