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

tab

  1. FacesOfMu

     Code/Script Editor Keyboard Shortcut: Ctrl =

    Hey there, I'd love a keyboard short cut to turn selected text like this: var num = x; this_object.attacker = enemy; enemy.attacking = this_object; enemy.x = lengthdir_x(40, this_object.facing); if(this_object.facing >= 270) enemy.y = meeting_place(x,y,obj_bullet); into this: var num...
  2. R

    Legacy GM No Marketplace tab?

    Hello! I'm using the most recent version of Game Maker Studio 1.4, and the "Marketplace" tab seems to be missing. This means I can't get access to a bunch of 1.4 assets that I spent a good amount of money on. Was this intentionally removed from 1.4, or is there something else I need to do to...
  3. H

    Question - IDE [SOLVED] Debug Tab not showing up

    Hi, I'm trying to debug my game, however, when i press F6, click the debug button, or go to Build -> Debug, the game compiles and launches but the Debugger tab doesn't show up anywhere. The output screen shows that the debugger apparently connected succesfully, it's just nowhere to be seen on...
  4. N

    GameMaker There's no tab key pressed event!

    I have recently noticed that there is no event for pressing the Tabulator key. This is not a problem since I can just use "keyboard_check_pressed(vk_tab)", but I think that this is a thing worth mentioning. Perhaps YoYoGames can add this in a later update?
  5. X

    GameMaker Tab targeting in a script

    I'm starting a game that uses the tab key to toggle between multiple objects by drawing a "selected" sprite around the object and rotating the player object to face that targeted object. It actually works fine except that I have to press tab twice before it recognizes the first target. I'd like...
  6. F

    Android How to make tabs in a room?

    Hi how can i create Tabs in a room? like tab for items, tab for themes....etc any good tutorial out there? just want to know the basic idea and i will figure the details out
  7. J

    Tabbing Issues When Pressing TAB Key

    No matter what I change in the settings under "Scripts and Code" when pressing tab in a script or an execute code action, it tabs like 32 characters or random amount, it's never consistent, and I constantly have to press backspace and tap space bar 4 times for proper indentation. if I'm already...
  8. D

    UWP Quick tab

    Hello, I want to ask you, if there is way to disable quick tab or quick action in UWP module on Windows 10 mobiles ? I hope you know what I mean. When you slide from top to down on W10 Mobiles it shows. (there are WIFI, Bluetooth, Hotspot, Camera, notifications, etc..) EDIT: 1 more question. I...
Top