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 12th 2007, 01:32 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
You didn't tell the sprite in what direction it should be moving.
8 = up
2 = down
4 = left
6 = right

So if you want to move your sprite to the left to x = 450 write this: move_stop(&herm,6,450,1); if you then want the sprite to move down to y = 250 write: move_stop(&herm,2,250,1);

These are just examples ofcourse...