The Dink Network

Reply to change from move() to target()

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:
 
 
March 14th 2003, 08:37 PM
pq_frog.gif
Ric
Peasant They/Them Canada
 
I have these guys moving across the screen. If a condition is met, I want them to attack dink. but they continue until they reach the move destination first. How can I break the move() and start the attack ?
//
move(&current_sprite,6,700,1);
if(&evil < 10)
{
unfreeze(&current_sprite);
sp_target(&current_sprite,1);
}
//