I'm trying to make a side scrolling platformer, with 8 way control.
I just imported my sprite sheet, and made a "Jumping" animation. But when I do
+ On key pressed Z
=> set player animation to "Jumping" (from beginning)
The animation doesn't begin. Nothing happens actually. Any ideas?