phy_rotation

  1. M4nu

    Rotating a Wheel of Fortune

    Greetings to the GMC! I'm looking into spinning a wheel of fortune with the space bar. I got the constant rotating speed using image_angle and a smooth but rather sudden slowdown of the rotation. As I'm a rookie with the coding, I'm looking for advise on what to do here to have a more realistic...
  2. X

    GML [Solved] Is it possible to set one object's direction to another object's phy_rotation?

    Currently I have set up physics for the client. The server responds with the instance equivalent moving anywhere where the client's object goes (declaring the x and y position to be that of of the physics object), however the same case is not for rotation. Physics use phy_rotation instead of...
  3. Luke Pierson

    Truck and Trailer

    Hey all, in my current game, a top down car game using physics, I'd like to have a big semi truck with a trailer. I have it so that the trailer's phy_position_x and y are equal to the truck's every step and the phy_rotation is equal to the trucks. I would like the phy_rotation to not be exactly...
Top