Hey, I was wondering how would you do a flying animation? I have a Flying variable that checks to see if the player is flying, but it always stays on the first frame of the animation anyone know why?
If you need the capx just ask.
Develop games in your browser. Powerful, performant & highly capable.
Im guessing no one is able to help?
dl.dropbox.com/u/14897963/MlpGame.capx
Player: Flying = 1
Set animation flying...
is resetting the animation every tick when flying = 1.
Change it to:
System: Trigger once
Set animation flying..
Also only set the moving and standing animations if the player is on the ground. (Player: Platform is on floor)