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

invisible objects

  1. K

    Drawing Sprites while game is paused

    Ok, basically. To pause the game i'm making I use the code: if(keyboard_check_pressed(ord("P"))){instance_create(0,0,Pause)} And then, in the create action on Pause instance_deactivate_all(true) But when I do this, every instance Just stops being drawn. How can I pause the game, and still...
  2. Writerstix77

    GameMaker Text won't appear when hovering over an invisible object

    I have it so that when I hover the mouse over an object, it displays text at the bottom of the screen as to what that object is. However, this only works with visible objects. I want it to also work with invisible objects. All these objects (visible and invisible) have the same parent...
  3. R

    GML Change character control when colliding with an invisible object

    Hey! I´ve been having a headache meanwhile i was trying to resolve the code to do this: the videogame am making is told in the view of the three principal characters, despite the lineal story. I cant make the player object change their sprites (because they have a lot) and also, the mecanics...
  4. T

    GameMaker Cameras not Working with Multiple Layers

    I'm not sure if I'm being a complete idiot, but I'm still learning the new cameras system. I've created a room and the camera works fine, doing everything I want it to, but then I add a new layer to the room and then I can't see any objects. I know they exist, since I can see them drawing...
  5. S

    GameMaker Menu object not appearing after following a tutorial

    Hi! So I'm a beginner when it comes to GMS and coding in general. I followed a tutorial for creating menus: https://www.youtube.com/watch?v=fWAhi10q1ZE& I followed everything to the letter with the exception of the general layout of the menus, some visual elements and controls, but I don't...
  6. A

    Only my background color shows when running the game.

    This started today, not sure how it happened, but only my background color will show in any previous and new project I open/start. The image shown is a fresh project where I created a sprite (so visible is on by default), but the object with the sprite attached does not show up in the game...
  7. G

    Objects are turning invisible

    I am not using the draw event nor have I unchecked the visibility. Neither the player nor the enemies are visible, but their bullets are. I can shoot with and move the player, but his sprite no longer renders.
  8. R

    Legacy GM Is it possible to: Invisible AI

    I am relatively new to Game maker and am struggling to figure out the coding for a specific enemy trait / wondering if it is at all possible. I am currently working on a 2D platformer using the basics of GM:S 1.4. I have created an enemy AI but am wondering if there is any way to have it set as...
  9. P

    Legacy GM Using invisible objects as barriers

    Hi all, I'm very new to Gamemaker and I'm working with a small project team in college to make a top down rpg, very similar to Zelda. Whilst creating our dungeons using a 32x32 tileset, the team have been using an invisible object as a barrier along the walls and other tiles the player should...
Top