Jump-thru problem.

0 favourites
  • 2 posts
  • Hello everyone! I'm having some problems with jump-thru. When my character does jump sometimes after he landed at the platform he keeps the JUMP ANIMATION even while stopped, or even moving. It just fixes if I jump again.

    Subscribe to Construct videos now

    Can someone help me, please?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Use the Kiwi Story animation programming. It works for me just fine. If the player can swing add this: + Player_Base: [X] Is swinging

    + Player_Base: Platform is on floor

    ***+ Player_Base: [X] Is swinging***

    ----+ Player_Base: [X] Platform is moving

    -----> Player_Mask: Set animation to "Idle" (play from beginning)

    ----+ Player_Base: Platform is moving

    ----+ Player_Base: [X] Platform has wall to right

    ----+ Player_Base: [X] Platform has wall to left

    -----> Player_Mask: Set animation to "Run" (play from beginning)

    + Player_Base: [X] Platform is on floor

    ***+ Player_Base: [X] Is swinging***

    ----+ Player_Base: Platform is jumping

    -----> Player_Mask: Set animation to "Jump" (play from beginning)

    ----+ Player_Base: Platform is falling

    -----> Player_Mask: Set animation to "Jump" (play from beginning)

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