Hi everyone.
I'm using the following image as a moving sprite with 8-Direction behavior.
Problem:
When I hit the up/down/left/right arrow keys, the sprite flips towards the selected direction/arrow keys.
How can I get the sprite to rotate smoothly towards the selected arrow keys with 8-direction behavior enabled?
I've tried "System On Key Press" > "Rotate Sprite Towards" but I can't get it to work :/
If the object is at 90 and I press the left arrow key to set it at 270 (etc...), how can I get the rotation to occur smoothly instead of it flipping towards 270?