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

object persistence

  1. F

    Object persistence - Resets coordinates upon setting persistent again

    Hi, So I have a game I'm making, and there are parts that set the persistence of objects to false, but when I turn it back to true, the x and y of the object reset. Let's say there's an object, it's starting point upon entering the room is (10, 10) and I move it in-game to (30, 30). Then, I set...
  2. F

    How do you change the persistence of an object back to false?

    So, I am making a game and I want to be able to toggle persistence of an object whenever the person presses "E". When you press E, the way I have it, it doesn't even set it to persistent the first time. Then, you do it again, and it sets persistent, but once it's set persistent it doesn't set...
  3. K

    Should be simple - Position_Meeting

    Anyone know a quick script for making an obj appear (or even alpha in, right now I am using instance_create...) when the character goes to a certain coords (x,y) and then disappears at different coords with it it creating multiple duplication's of itself at the first coords. Basically appear and...
  4. A

    Legacy GM How to set object persistence in only 2 Rooms?

    So basically I'm making a Game where the main object will be only be used in only 2 of 10 rooms. How would I go about making this object persistent in only 2 rooms? (To give a bit more insight, its a pet game, in which I have about 10 rooms, each with its own function. The pet stays in the...
Top