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

maximum

  1. M

    How to destrory old instance if a new instance is created?

    So basically I want to destroy the 1st instance if a 2nd one is created. here are the current codes I have: if (instance_number(obj_activetrail) > maxobject) { with (instance_find(obj_activetrail, maxobject)) { instance_destroy(); } } But instead of destroying the...
  2. M

    GameMaker Max Value which has subordinate random values.[Solved]

    Hello Guys ;), I want to make a program code who allows to make a maximum value for subordinate random values. I don't know how to explain it so i have here a example. The subordinate random values should result 10 at least. (10 is the max value).(10 should be changeable). Thx for the respond...
  3. Q

    Windows How to Simulate pressing the Maximize Window Button?

    I want my game to start up fully maximized according to the user's display. NOT Full-screen. Must be in windowed Mode. I tried using this code: window_set_size(display_get_width(),display_get_height()) followed by window_center() one step later HOWEVER, this does not account for the windows...
  4. L

    http_get() maximum size/length

    Hey, does anyone know how long the result (string) can be that I get with the function http_get() ? for example, how long can my title, index or both together be, that I don't get an error? {"title": "exampleheading...","index": "exampletext"}
Top