Hi all,
I'm making a top down maze game and just need a few pointers setting up the player character.
I'd like the player to rotate smoothly around the 360 axis with 8 directions of movement and have tried various settings.
Currently I have it set as:
8Direction
Max Speed: 100
Acceleration: 60
Deceleration: 1000
Directions: 8 directions
Set angle: 360 degree (smooth)
Default controls: Yes
Initial state: Enabled
The controls will be 4 direction arrow sprites on screen.
When you press say from up to down the character flips instantly to that direction, I'd like this to be a smooth rotation if possible?
Also I noticed that if you hold down a direction and press another direction at the same time, occasionally the player will keep moving on it's own in that direction, is this a known fault?
Thanks in advance
Alex