As a creator in The Sandbox, it is currently too difficult to move and rotate objects. In fact there are no good rotation and movement tools in the game maker
I suggest adding the following to the behavior:
Local and global movement tool along axes
Rotation around axes
These movemenrs and rotations can be continuous or with a specific value.
If this request is met, we can create amazing mechanics like spinning gears instead of animation, simple vehicles and etc.
Fortunately, GameMaker has added better support for rotation. I recommend implementing a movement behavior rather than relying on the basic platform object. The primary advantage is that a custom component can ensure the object’s origin (pivot point) translates and rotates with the object itself. In contrast, the basic platform’s pivot remains fixed at its initial world coordinates, causing unintended behavior when the object rotates.