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

unsolved

  1. P

    Legacy GM ds_grid_add not recognizing 0 as a number

    I'm trying to code a 3-dimensional grid structure for Game Maker Studio version 1.4.1804, and I've hit a bit of a snag. Every time I test the code to add a value to the data structure, it gives me this: Here's the script that encounters the error: ///ds_3d_add(id,val,x,y,z) //Initialize the...
  2. phillipPbor

    Legacy GM cant push box in this close

    I have trouble with a box mechanic. I cant push a box when land on this close, only because it reacts a player to push when the box detected a vsp variable. see? //push animation................................................ if !stop if (checkCollision(x+hsp,y,obj_box)) { sprite_index =...
  3. M

    Chromakey?

    is it possible to Chromakey in Gamemaker, and turn all of a specific color the background? or another straight texture???
Top