Hello . I make a platform game where main character has a lot of animations. For idle, for jump, for fall and several for attacks. I wan't to make some kind of jump attack. I mean something like:
On (attack button) pressed | Set animation to "attackAir"
Platform isn't on floor |
When platform is falling | Set animation to "fall"
Isn't animation "attackAir" playing |
When platform is jumping | Set animation to "fall"
Isn't animation "attackAir" playing |
But it doesn't work and I don't know why .
Thanks for all the help.