Programming in GameMaker

Share your creations!

UNDERUINS IS DESPARATELY IN NEED OF CODERS IN GML! APPLY THROUGH THE LINK BELOW

UPDATE: On Vol. 1

- Powerline microgame, sub-collision from the spark's mask.

- Menu screen added "Vol."

Yesterday I had a really dumb bug. Not a bug I did, one in gamemaker(1.4)

I use a lot of temporary arrays, but you have to trick GM to do so

You can't do: var _tAr[0] = x;

But: var _tAr = -1; _tAr[0] = x;

You also have to _tAr = -1; before changing them

https://gamejolt.com/games/randyscrazymission/836946

Team request update.

If you're a GML programmer or a translator looking for a project, please read the article below.