VIDEO:
Hello! I have a problem with the angles, using point_direction.
So basically, hammer weapon (object) have this Step Event code to return the direction of mouse position:
mouseDir = point_direction(x, y, mouse_x, mouse_y);
image_angle += (mouseDir - image_angle) * 0.25;
This works...