Requesting for Fullscreen mode

● ARCHIVED · READ-ONLY
Started by ryan1978 2 posts View original ↗
  1. I want to compress and play my game in automatic Fullscreen mode.

    I've searched and used many kind of script but those scripts are not the ones I would like to use.
    Some were prompted me if I will play in fullscreen or windowed. Some scripts just added an option in in-game menu to select 

    if you want fullscreen or windowed.

    I even tried using the "GAME>LAUNCH IN FULLSCREEN" option, but it only works in test game, not in a compressed game.

    I want a script that when I start my game, it will play in fullscreen mode already but still has an option to return it back to window mode 

    when already playing the game.

    Reason: (how do I explain this in english, darn)
    I had this game intro that I need to sync the background music to the scene. In window mode, if the scene started showing, then I click my mouse outside the game window (eg: I clicked on my desktop), the music will play continuously but the scene get paused. As a result, the scene will bypass the music that supposed to be in extreme part of the music.

    Or maybe, a script that will pause everything (runnning scene and BGM) if I click outside the game window.

    Sorry for my grammar and for being a ignorant in scripting. Thanks!
  2. It might be worth double-checking exactly what you have been doing.  In the dropdown menu under 'Game' in the Menu bar at the top of the screen, there is an option to launch the game in full screen mode.  If you select that, then the game will always open in full screen.  This is also the case when you compress/encrypt it if that is the setting that has been selected when you carry out the compression/encrypting.  If that is not happening for you, then you must have something in one of your scripts which is changing that.

    EDIT

    This still leaves the player the option of going into windowed mode if that is what they want by using Alt + Enter