The Dink Network

Reply to Re: Direction problems

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
May 4th 2005, 08:42 PM
goblinm.gif
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...