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

change sprite

  1. D

    Change sprite

    I am making a top down shooter using primarily gml visual. I am using a sprite pack whch has an idle animation - which is the main state of the sprite (sprite1). It then has a 3 frame shoot animation where the characters body reacts to the recoil (sprite1_shoot). I will later add a muzzle flash...
  2. J

    [NEWBIE, PLEASE HELP] How to change sprites on collision

    Hi, I am new to Gamemaker and I am making my first 8Bit pixel art game. I am trying to get my player to change sprite animation when collecting an item. I have tried to use a variable to do this in the collision event for the player and the object its is colliding with, but nothing is changing...
  3. Pfap

    changing sprites from a different object

    I'm playing around with a match 3 type game and I'm trying to add some flash by changing the sprite index after completing a match. In the code after a match is completed I'm using instance_change(obj,true) but it isn't changing the sprite index for some reason. (I've heard bad things about...
Top