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

between

  1. N

    Windows Is copying objects between project files possible? (2.3.0.529)

    I'd like to copy a few objects and put them into a new project so that I can use that as a testing sandbox and simplify everything for sharing as I'm having trouble with one thing in a very complicated game, and don't want to upload the game for people to look at the issue. I tried copying the...
  2. FoufaDjo

    GameMaker [SOLVED]How To Check If Object Is The Nearest Distance Between 2 Objects

    i want to check what is the who is the nearest object between 1 & 2 to my object i though it will be like that but it didint work pls help uwu if point_distance(x, y, o1.x, o1.y) < point_distance(x, y, o2.x, o2.y){ stuff; }
  3. P

    Assigning data from one object's variable onto another using "with"

    Hi guys, I'm making a space trading and top down simulation game similar along the lines of the Patrician series and somewhere along the code I've run into an issue I'm quite unable to solve by myself. Most of code structure is established by now and all it's left is to assign resource transfer...
  4. C

    GML Object stuck between two pixels

    So I have an enemy object that follows the x value of the player character. The code I use is this (the shield is the enemy object): move_towards_point(obj_player.x,obj_shield.y,2); When the player object is moving, it works pretty much fine. However, if the player stops and the enemy catches...
  5. S

    [SOLVED] GML function to turn on/off "interpolate colors between pixels"

    I posted a helpdesk ticket with the following contents: Anyone else want this? If there's enough demand for it, YYG will be more likely to implement it.
Top