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

resize window

  1. Davidpc123

    Drawing after window_resize

    Hello! I have recently been experimenting with Html5, and window resizing with some games I have already made for windows. To ensure that the screen fits in any browser I resize it, this scales down the positions and size of objects on the screen, but not anything that is drawn using the draw...
  2. Furkan Karabudak

    GameMaker When I change the window size, I see "surface isn't found" error, or surface resets

    I'm working on a drawing program. If I create a surface in create event then I get an error about "surface not found" when I resize the window. If I create the surface in draw event, when I resize the window the surface is automatically aligned to that size and I am not getting an error, but the...
  3. J

    HTML5 Resize Window, Clicking doesn't work.

    I've a problem with resizing the window in HTML5. I can't click on buttons I've created which I could click on first. But when I've resized the window, I can't click on buttons. Step Event Code: window_center(); window_set_size(browser_width, browser_height); I hope you can help me.
Top