• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

jumping animation

  1. N

    [Solved] Jumping and falling animation - Stop on last frame and reset

    I'm trying to make a jump and falling animation, with animated sprites. I want both of them to stop on the last frame (image_speed = 0), and continue from the first frame, when the jump-button is pressed again. //animation STEP EVENT if(!grounded=1) { image_speed = 1; if (sign(vsp) >...
  2. A

    Jump Animation Not Working with UP key only

    I ran into a problem regarding my jumping animation, and I can't seem to figure out what is wrong or how to fix it. All the other animations I have work great, and the Jumping animations also works great..... however, the jumping animation only plays when I jump while holding left or right...
  3. V

    Help with a 2 part jump animation

    Hello Everyone, i have a problem with my code i have a cat with a scarf and i want to do a 2 part jumping animation first part he jumps and his body tilt upwards from them on it should loop a second animation where only his scarf moves and the same rule applies when he's descending, his paws...
Top