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

fullscreen

  1. V

    Please test my game too! :(

    AHEM: I might just drop the idea of multiplayer and even the AI. Perhaps I'm going to abandon the whole project because of the lack of interest. :/ What's the point of working very hard on a game if noone even bothers to play with it? MegaSports is a 2D sports game. This includes Football and...
  2. D

    HTML5 button to switch to fullscreen

    Hi people, Is it possible to make an button to switch between normal screen and HTML5 fullscreen. Like I did it with this code in PhP: But I want to make an button inside my game... So i dont need to make an button with html... Can someone help me? Greets, Dennis
  3. O

    No full screen possible (just a blank white screen)

    Hello, Every project (Windows as target platform, GM Version 1.41763, platform is Windows 10 professional (1604), graphics card a Nvidia 1070) which I try to start in fullscreen mode just shows a blank white screen. It doesn't matter if I set the project to start with a full screen at the...
  4. P

    Legacy GM [solved]fullscreen toggle issues

    I am using this code to toggle between fullscreen mode and windowed mode in the keypress f4 event: window_set_fullscreen(!window_get_fullscreen()); however every time I switch to full screen and then returned to windowed, the windowed size isn't consistent. The view is set to 320 by 240. it...
  5. M

    Windows Not Showing The Entire View When In Fullscreen?

    l
  6. D

    Legacy GM 'Play Testing' tiny on 4K monitor. Need scaling option.

    I'm using a laptop with a UHD (4K) screen. I have Windows Scaling on which has increased the size of the IDE (albeit, blurry). However when I hit F5 to play test, the popup window is not scaled and the results are a tiny play window that is a pain to use. I'm currently running through...
  7. D

    HTML5 Fullscreen Button

    Does anyone know how I would go about programming a fullscreen button for my html game much like a YouTube or Vimeo video would have? I found javascript for it and I thought I could apply it as an extension, but that doesn't seem to work. It has to be possible, because somewhere in the code...
  8. Weastøne Entertainment

    Pause the game if the player "exits" it

    Hi there! Our game "RETURN" has grown a little bit since we last posted anything. We now have a pause menu, and many other things. It actually works moving to another room and creating an object that can be controled by the user. As the game will be fullscreen all the time, the player can exit...
  9. G

    Android Compatibility on Android mobilephones

    Hey guys, the game I will create is on Android platform. So it should be playable on different Android-Platforms. How can I set the resolution of the game for many different devices? Like: for Samsung galaxy S3 the game should be in 1280x720 and for Galaxy Note for 1920x1080. Anyone know this...
  10. M

    Issue with switch to set the game on fullscreen and viceversa

    Good night everyone. So, after watching Shaun Spalding's video on menus, I chose to make an options menu which looks like the following: This is what the step code looks like for the object that draws the menu: var move = 0; move -=...
  11. B

    Legacy GM Draw GUI & Fullscreen Mode

    The first picture is in windowed mode, second is in fullscreen mode. Hello! So i have an option menu in my game, in which i can change the resolution, fullscreen, vsync and anti-aliasing settings in-game. I use this code to change the resolutions: globalvar width, height; width =...
  12. Luke Pierson

    Full screen issue

    Hello GMC! I come to you with another problem I'm having. I want my game in fullscreen, but while in fullscreen, a sparks effect that occurs when hitting enemies causes the black edges of the screen (since my view in game is smaller than my screen size I guess?) flash really bright and...
  13. P

    [SOLVED] Scaling problem

    Hey guys! In my engine, for some reason, switching to fullscreen mode is also affecting my game's scanlines. I'll explain it below, but first let me show what I have coded so far: //DRAW GUI //Draw scanlines draw_set_colour(c_black); for (var i=0;i<window_get_width();i+=2)...
  14. Weastøne Entertainment

    Fullscreen: Adjust the scale of the text

    Hi there, First of all, I apologize if this question has been resolved alredy, but I have searched for ages and haven't found the "solution" (maybe "idea" would fit better), as well as if I haven't posted this question in the right place.I am developing a project and I have managed to toggle...
  15. A

    Enabling vsync while in fullscreen cuts framerate

    Hey there! I've noticed an odd issue recently that I've had trouble finding an answer for. I use the window_set_fullscreen(...) function to toggle fullscreen, and display_reset(...) to enable or disable vertical synchronization. What I've found is that in certain rooms, enabling vsync while...
  16. RizbIT

    Fit HTML game to mobile window screen

    Mobile screens can be many different sizes. I am creating a HTML5 game that is to be shown in a mobile browser. Is there anyway to (during runtime) or maybe using HTML code external to GMS, scale the HTML game to fit the browser (or mobile screen) so it appears fullscreen?
  17. L

    Show notification bar on Android/iOs

    hey, is it possible to pull down the notification bar in a GameMaker game, so that the game isn't in "fullscreen"? set_fullscreen(false); doesn't work. Thanks.
Top