The Dink Network

Reply to Help!

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 14th 2003, 09:08 PM
pillbug.gif
Does anybody know why this script won't work?

int &fairy = create_sprite(384, 174, 16, 261, 1);
sp_base_walk(&fairy, 260);
sp_speed(&fairy, 1);
sp_target(&fairy, 1);

Just to tell ya, it's attached to the screen (With a Void main(void) and other stuff above it) Mainly, the sp_target does'nt work, does it need to be in an sp_script()?