How to make actor to keep rotating
Falcon80
Member Posts: 42
How can i achieve this effect? I tried to use interpolate on the actor's rotation attribute but it will only rotate it for one cycle (0 - 359).
Comments
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
If I remember correctly, velocity = distance divided by time, so if you put 36 in the speed of the Rotate behaviour, you should get each complete rotation every ten seconds as you want.
:-)
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
However, there is a small issue now. The rotate behavior doesn't seem to be working. The actor remains static and not rotating. It must be a mistake I made somewhere.