How to stop the animation and set the desired frame when I release the key?
You can add "Player is moving" event. Create sub-events (press B) and move your events 6-9 as sub-events there.
Player is moving ....(sub-events) ....Player is between angles ....Player is between angles ....Player is between angles ....Player is between angles Else .... Skin set animation to "Idle"
I'm not quite sure how to set up the "Stand" animation, do i need a new event it's just that if I set it as a new animation, the skin hangs and then nothing plays at all
Select event #6 and press X - this will create "Else" event, which basically means 'player is not moving'. There you can set "Stand" animation.
Develop games in your browser. Powerful, performant & highly capable.
Thank you