How do I make animations in all directions?

0 favourites
  • 2 posts
From the Asset Store
3 pixel charaters with over 8 animations each + animations with a gun
  • How do I make an animation for each direction?

    My character has 8 directions

    There are 4 animations - up, down, right and left.

    He walks in all directions with his animation, however, if he goes up and to the right at the same time, he will get animation, but it is necessary that when he goes up and to the right, he plays animation to the right. (Control using WASD)

    Also, the animation of death and impact do not work.

    I don't see a function to stop THIS PARTICULAR ANIMATION, there is only a stop animation.

    Subscribe to Construct videos now
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You could try this line of code for the walking animation bug

    Event: Condition 1: Keyboard > If W is down

    Condition 2: Keyboard > If D is down

    Action: Action 1: Player > Play animation "Walk Right" (Or whatever your animation to walk right is called)

    Hopefully that helps!

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