In my game if you press the UP arrow key the player jumps, but if the player is jumping and you press the down key the slide animation plays while the player is in the air. How can I stop the slide animation from playing if the up arrow key is pressed or during the jump?
I've tried adding/finding events, sub-events, conditions, that will stop this but with no luck. The slide animation should only play if the player is on the floor or platform/ blocks.
Thanks for any help.