GameMaker2 Skills

L1 GM2 Basic Skills 2

Basic Skills 2 Interactions You have created the basic structure of a game. Now to create interactions Events and Actions. // CREATE CODE//—–set player speed n_spd = 2;  //—–normal speedr_spd = 3;  //—–run speedspd = n_spd;    //—–set start speed hspd = 0;vspd = 0;runspd = 0; // COLLISION WITH OBJ_PLAYER CODEgame_restart(); //COLLISION WITH OBJ_PLAYER CODEscore += […]

L1 GM2 Basic Skills 2 Read More »