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

hide

  1. RizbIT

    After get string how do you hide the keyboard

    I use this in iOS module: username = get_string_async("Enter username",global.username); Then in the async code: var i_d = ds_map_find_value(async_load, "id"); if i_d == username { username =-1;keyboard_virtual_hide(); if ds_map_find_value(async_load, "status") {...
  2. Suzaku

    GameMaker How to hide comments in the script?

    It would be good if I could hide all my comments in the script using a hotkey or any other quick trick, this way when we are not needing to read any comments in the script we hide them so the script will be more readable and clean. Is that possible? Thank you.
  3. C

    Game Files

    How would I make it so players can't go into game files and edit or manipulate sprites or objects to change the game? Some say just Right click on the File and select "Properties" and check mark the "Hidden" box. However I wanna make it so players can't just show the hidden files and edit them...
  4. K

    Question - IDE Hide Cursor Still Doesn't Work

    Unchecking Display Cursor still doesn't hide the mouse cursor when building a stand alone executable. This is project breaking as there is no way I am going to release a finished game with the mouse cursor still visible. I heard that it was a known bug that had been fixed, but it is not fixed...
  5. A

    Legacy GM Hiding and revealing "Player" object when pressing "C" key

    HI there, I want my player to hide in closet (called "obj_door") when I press "C". So my reasoning at the moment is to check to see if Player and closet objects are touching, then change the closet sprite and "hide" the Player object until you release "C" where it will go back to functioning...
Top