object follow

  1. Yizzard

    GameMaker How to stop the camera from following an object

    So my camera is set to follow the player object using the room properties object following system. (The bottom left corner of the IDE under viewports and cameras then under viewport 0 the Object Following object is set to obj_Player). I have a pause menu where it deactivates everything then...
  2. S

    GameMaker Spawned Objects Not Keeping Up with Player. [Solved]

    Hello there. Just a quick question, So when I create an object onto a new layer it seems to have a hard time following my obj_Player. It kind of drags behind the player, or floats rather. I had a build completely crash and now have to rebuild it sadly but in the previous build, (which I used...
  3. RyanC

    Legacy GM Keeping player within a rotating view

    Hi all, I've been having some trouble with rotating views using view_angle. Anyone know a good way to keep a player object within a rotating view?
  4. C

    Windows (SOLVED) Object follow object on same position?

    Been having this problem on multiple projects and always left it in, but I've had enough and it's something that can't be left in to this game or it looks retarded. How can you make an object for example the gun of a player, be on the EXACT same x and y position as the player. I've always...
  5. A

    GML need help making one obj/sprite 'follow' another obj/sprite

    hello, in a game im making (for the purposes of learning GML), the player's obj can move and fire at the same time, and each time the player's obj fires there a flash sprite/obj that plays (4 sub images long). the problem is that i want the flash obj/sprite to play each of the sub images in...
Top