Animation "DIE" not work

0 favourites
  • 3 posts
From the Asset Store
2D fighting template based in the game that defined the fighting games genre.
  • Why isn't the death animation working? Aa animations of walking, running, jumping work normally, but death does not ! I do so for example : If the player collides with "something" runs the death animation. But it doesn't work! Can you please help me? Thank you.

    Tagged:

  • A common issue likely because when you collide with something, also the conditions for another animation are true. Which animation is it showing instead? It's walking or idle I guess. For the animation that is showing, you need to go to the events and add a condition 'hp is not 0' or whatever the condition is for death.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Plinkie's method works, there is also a method where you separate the events for the animations and the death animation in groups, a group for common anims and another group or separated event for death;

    When player collide with object, set animations group desactivated and play death anim, then reactivate it on start of layout

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)