How to make an actor move AND spin at the same time?
I want an actor to descend towards the bottom of the screen spinning at the same time. I tried assigning both the "move" behavior and the "rotate" behavior to the actor but it either only rotates or only moves. How do I get the actor to do these two things at the same time?
Comments
use both behavior and animated for spinning
Make sure you make it move relative to scene so when you put in a rotation it wont go all over the place