Reply to Re: Direction problems
If you don't have an account, just leave the password field blank.
The number pad gives directions:
------------8=North
4=West---------------6=East
------------2=South
The order is direction, then destination, I think... so:
move_stop(&man, 6, 6, 1); //Moves you east to pixel 6, which is somewhere off the screen to the left, and might be a problem.
I might have that backwards
. I think:
move_stop(&man, 2, 400, 1); //Moves you south...
I could be totally wrong... I don't know why I'm answering...
------------8=North
4=West---------------6=East
------------2=South
The order is direction, then destination, I think... so:
move_stop(&man, 6, 6, 1); //Moves you east to pixel 6, which is somewhere off the screen to the left, and might be a problem.
I might have that backwards

move_stop(&man, 2, 400, 1); //Moves you south...
I could be totally wrong... I don't know why I'm answering...