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

help guide

  1. Elfiawesome23

    Question - Code Trying to understand Gamemaker's Lan Project example

    Hello there, I was recently looking at Gamemaker's 1.4 Lan project demo and I wasn't really able to understand fully the purpose of this chunk of code This one is located at the async event /// Server network control var eventid = ds_map_find_value(async_load, "id"); if( server == eventid ){...
  2. F

    GameMaker floor_get_random() only available in game maker studio 1.4 how to achieve in studio 2 please help

    So I want to know how to wait 3 seconds after if keyboard_check(vk_space) { index++ } Before playing the tping sound effect, how would I go about achieving this, and this is all in the draw event.
Top