The Dink Network

Reply to Re: Malachi the Jerk

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:
 
 
November 4th 2013, 12:36 AM
spike.gif
The move command isn't exact. Sad but true. The final resting place for the sprite may be off by a few pixels.

To fix, you can do this:
move(&current_sprite, 2, &y, 0);
wait(500);
sp_y(&current_sprite,&y)