The Dink Network

Reply to Re: I Can't Move!

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:
 
 
January 11th 2007, 07:45 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
You also seem to have trouble with understanding the command.

From DinkC Reference:
void move_stop(int active_sprite, int direction, int destination_coordinate, bool ignore_hardness);

-The first part is the sprite you want to move.
-The second part is the direction you want the sprite to move.
-The third part is the destination coordinate. If you're moving left or right (or diagonal), put the x coordinate. If your moving up or down, use the y coordinate.
-The last part is whether or not you want the sprite to ignore hardness.