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

image_number

  1. F

    Managing States and image_index - need help!

    Hello! I'm trying to code a Punch Out-like game and it's not going too bad so far! Tho, since I'm new to the whole coding stuff, I'm having some troubles cause I'm not sure how to code the collisions. At first I thought to use hit and hurt boxes but I wasn't sure it was the right thing to do...
  2. conman06

    Difference between "Image_index" and "Image_number"?

    I am very very new. I know that Sprite_Index chooses which Sprite, I think Image_index chooses which frame of a sprite, and I have no clue what Image_number does?
  3. O

    GameMaker Image_index returning values that don't match with image_number

    Hello! So my state machine appeared to be working however when I tried to look at shaking the screen at certain images within a sprite I ran into an issue. The value of image_index is not adding up...it doesn't want to go over more than about 3.33 even though the sprite has 10 frames...now to...
  4. PlayerOne

    GameMaker Animation wont stop if it has more than 10 frames?

    To make a long story short I'm trying to make cut scenes for my game but I ran into a strange issue. Every time I run this script sprites that have more than 11 frames of animation will just play in a endless loop. What is suppose to happen is that the script ends when the animation finishes...
  5. E

    Image_index vs image_number

    What is the difference between image_index and image_number? As I get from documentation: sprite_index - name of sprite, image_number - number of frame, what is image_index then?
Top