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

  • AlkaPPAlkaPP Member, PRO Posts: 194

    use both behavior and animated for spinning

  • WingmanappsWingmanapps Member Posts: 458

    Make sure you make it move relative to scene so when you put in a rotation it wont go all over the place

Sign In or Register to comment.