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

both

  1. H

    choose() seems to pick more than one variable

    Hi! I am having trouble with the 'choose()' function. I have made two variables, rupee and heart, both of which are set to create an instance of either a heart or a rupee when activated. I have set up a 'random()' function as well that sets a 1/3 chance for either one of these variables to be...
  2. P

    Legacy GM [SOLVED] Attack only work when I'm holding "attack_key"

    ///scr_move_state scr_get_input(); //Movement phy_rotation = -point_direction(x,y,mouse_x,mouse_y) global.rotation = phy_rotation var xaxis = (right_key - left_key); var yaxis = (down_key - up_key); // Get direction var dir = point_direction(0, 0, xaxis, yaxis); // Get the length if(xaxis ==...
Top