• 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!

idle sprites

  1. horrorfood

    GML How to change sprites when button is let go?

    I just started making a top down game and have finished making the walk cycles in all four directions, but the issue arises when I stop walking. I'm trying to get it to show a separate, singular idle sprite when a certain arrow key is released, but I can't get it to work. I'm a beginner at gml...
  2. DannyDuque

    4 directional Idle animation

    I was trying to make an animated sprite, and I was able to create the running animation and an idle animation that plays when the character stops moving. However, no matter what direction I input, only the right facing animation plays when I have frames for up, down, and left as well. Is there...
  3. Velocity

    Slow Down Idle Stance Sprites Image Speed

    So, I'm having a problem with my idle stance sprites. I want to slow down the animation. I have one script called scr_player_sprite_config. And in there, it's got: if(global.player = obj_naruto) { stance_sprite = spr_naruto_stance ; } And then I have another script, called scr_player_move...
Top