The Dink Network

Reply to Re: One last...

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:
 
 
June 4th 2003, 04:55 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
move_stop(&mom, 4, 282, 1);

So Dink is at a current x position greater than 282, right? The '4' tells the engine to move &mom to the left. If &mom is already left of 282, it can't move.

In case you don't know what the '4' actually does, look at the numpad on your keyboard (usually on the right, with the number keys in a rectangular configuration). If you consider 5 to be the center, 4 is left, 2 is down, 8 is up, and so on.

Edit: Dang, scratcher beat me to it