Code: Select all
physics_apply_impulse(mouse_x, mouse_y, (((phy_position_x - mouse_x) / 2) * 10), (((phy_position_y - mouse_y) / 2) * 10));
Moderator: samw3
Code: Select all
physics_apply_impulse(mouse_x, mouse_y, (((phy_position_x - mouse_x) / 2) * 10), (((phy_position_y - mouse_y) / 2) * 10));
Users browsing this forum: No registered users and 3 guests