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

  1. Shubol3D

    SOLVED obj_player.x/y doesn't give a real value?

    Hi all. I have "obj_player" - which is a submarine and I want to attach a screw to it with collisions. Draw event work, but not with collisions. The next logical step is to attach it as an object. I created obj_screw with a step event: x = obj_player.x + 79; y = obj_player.y + 8; The screw is...
  2. R

    Game Maker 1.4 Current Player Location

    Hiya! I am using Game Maker 1.4. I'm trying to create a homemade sprite transition that will play between my rooms. However, in order to do so, I need to set the sprite to be drawn at the location of my player (obj_player). The view of the room is smaller than the room itself, so I cannot draw...
  3. N

    Object go same position

    Hi, i am doing small game for practice but little bit problem with my code i have two objects in my room, first one is A and second one is B when A drag to B place, both should destroy and create C in B place its working.... But when A not touch (if mouse released in room empty place) the B...
  4. S

    GameMaker [SOLVED] // Object stick to another and move together like 1 object even with rotation.

    Ok now is everything work good and i update this code. Now you can just copy the Code. // Variables image_angle = obj_player_player1.image_angle ; // Copying image_angle of another object in this case image angle of object1 is apply to image_angle object2 object_to_stick =...
Top