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

linking objects

  1. F

    New to this community!

    Hey everyone, I'm new to this community and getting back in to game maker. It has come a long way since I used it in high school! One thing I have been ready about and something I am looking to test is procedural generation in games. There are a ton of resources and I plan on using them but I...
  2. A

    Legacy GM Lever that opens specific door

    I'm trying to make that if a lever is activated, it will open the door that is linked to it, but I have no idea how to open a specific door without opening the other ones. lever: if pressed == false { if place_meeting(x,y-1,obj_player) { if keyboard_check_pressed(ord("Z")) { pressed = true...
  3. C

    [SOLVED] Switch to toggle other object

    Hi there fellow coders, I am totally new to GameMaker but not to programming in general, so please point me to a ressource of knowledge, if my question turns out to be pointless :p I am trying to accomplish the following: a) define a toggle object (here called obj_dice) b) define a background...
Top