Diagonally
When using move_stop, can you go diagonally? If so, how?
Yes you can. You do it the same way, but you use the x coordinate for his destination.
I mean like northwest, northeast, that kind of thing.
Just use it the same way... for the direction use 1,3,7, or 9 and for the destination coordinate, use only the x coordinate of where you want it to go.
Say his destination would be 100, 200 and he needed to go north east to get there. Like this:
move_stop(1, 9, 100, 1);
Say his destination would be 100, 200 and he needed to go north east to get there. Like this:
move_stop(1, 9, 100, 1);







