orbiting

  1. Nick der mit hut

    Legacy GM [Solved]Player not orbiting as intended

    Hello, I have made a project in which the world can be rotated 90° Left or Right by pressing the Left and Right Arrowkeys. I want the objects to stay at their positions so they have to rotate/orbit arround the center point. This does work with the big red house and the world itself. I achieved...
  2. J

    GameMaker obj moves towards player then orbits it?

    Hi, my question in GML: I want to have an object orbit or swarm around the player object once it reaches it. My hangup is after the collision occurs would I then just use lengthdir to create the orbit? Or is there a simpler way? JB
  3. E

    GameMaker Orbiting point with changing angle value

    Hello everyone, I'm stuck with a math problem. At first I thought it would be simple, but I can't figure it out : Imagine a circle A, with a point B orbiting on it. Mechanically, the program should take the point B at position 1 (B1) and move it to a certain angle, relatively to a center A...
  4. B

    Orbit / circular movement

    Hi! I have an object, that orbiting around a given point. (I use a code, witch I found in the forum.) https://forum.yoyogames.com/index.php?threads%2Fsolved-circular-movement-around-a-given-point.8030%2F CREATE: Orbit = 200; // Orbit distance Angle = 0; // Current orbital angle Speed = 1...
Top