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

positions

  1. A

    Sorting objects by positions.

    Hello everyone! I am creating a little race game where 4 objects are racing each other. I want to give each object its own place (1st, 2nd, 3rd & 4th) depending on their actual position. But I've been strugglin for a while now. I think that I can do it by creating a ds_list and sorting it by...
  2. M

    Legacy GM How to assing hierarchical value to variables without repeting positions

    Hi, I'm having trouble making a position system in a race game. What I was expecting is that if any of the four players, for example Player A, hits the lap detection zone first he will be in first place and if Player B hits the lap detection zone next and both have the same ammount of laps...
  3. S

    Help with code about Object position

    So I have the scripts: if (obj_Gundam.y > y-85 && obj_Gundam.y < y+55) CanShootP1 = true; else CanShootP1 = false; and if (obj_PGundam.y > y-85 && obj_PGundam.y < y+55) CanShootP2 = true; else CanShootP2 = false; However, whenever the object obj_Gundam enters the area, it sets both CanShootP1...
Top