Hello,
I'm trying to make my character play the hit and slide animation when
clicked on the icon but it keeps playing the running animation because I made it play running animation when on collision of the floor.
I'm unsure on how to make the character play these animations for like 1 second or so and then keep running after the animation.
Here is the capx for a reference: dl.dropbox.com/u/75406771/runforit.capx
Develop games in your browser. Powerful, performant & highly capable.
bump~
Fixed capx (made in r113)
I've had to set the "run" animation to loop, add a boolean instance variable to the "run" object..
Is it possible if you can help me make it so when I hold hit, It keeps playing hit animation without interference?
I tried to change the control to 'hold touch' but it still flashes to the running animation when I hold the hit icon.