Answers for "game maker move object to point and then stop"

1

game maker move object to point and then stop

if (distance_to_point(x,y) > dist)
{
    move_towards_point(x,y,spd);
    else
    spd = 0;
}
Posted by: Guest on June-04-2021

Browse Popular Code Answers by Language