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

how to change sprites

  1. T

    GameMaker Help for Sprite change/transform

    Hello. I'm new to GameMaker. I'm making a 2d action style game for my homework. I have a character, I want this character to transform into a man of fire for 10 seconds as soon as he touches the fire element while progressing in the game. As soon as it touched spr_fire, I briefly increased its...
  2. I

    GameMaker How to change sprites

    So I want to make a sprite change based on mouse_x and mouse_y , so when mouse_x is less than object's x, then the sprite changes to this one which is turned left, and the same thing with y value. I have this line of code: if (x < mouse_x) sprite_index = spr_playerR; if (x > mouse_x)...
Top