Reply to Re: One last...
If you don't have an account, just leave the password field blank.
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
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
