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

attaching objects

  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. T

    How to make changes on an object when another object is clicked on?

    hi In game maker studio 1, I want to make some changes on object A when the user clicks on object B. but I don't know how to define the events on these two objects. any suggestions will be appreciated.
  3. H

    Connecting to a rotating object.

    How would I go about connecting an object to an object that rotates? I have been able to connect objects that move with other objects by making them have the same x and y coordinates, but that doesn't work when it comes to rotating. Does anybody know how to do this?
  4. B

    Legacy GM how can i make a ds_grid like this?

    Hi,i'd like to make a skill bar which is 3 cell wide,but i don't know how to dot it. And also i'd like to attach objects inside the cells. It should look like this: Thanks in advance!
Top