Rotation help needed
FungoEntertainment
Member Posts: 36
Hey. So, I was working on my game and needed a good rotation for my main player. The game is a dungeon - like demon shooter so I need the player to respond to my arrow keys perfectly. I tried to organize the movement rules like this:
"Move left rule":
-When Key "Left" is pressed - move left (and I set a speed)
- rotate to angle ( 180 ), "stop on destination" box is checked.
But, that didn't work out. Could you please help me fix that? I need to achieve smooth, correct movement and rotation combination for my player.
Thanks.
"Move left rule":
-When Key "Left" is pressed - move left (and I set a speed)
- rotate to angle ( 180 ), "stop on destination" box is checked.
But, that didn't work out. Could you please help me fix that? I need to achieve smooth, correct movement and rotation combination for my player.
Thanks.
Comments