The Dink Network

Reply to Re: move_stop

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 4th 2003, 07:46 PM
knightg.gif
WC
Peasant He/Him United States
Destroying noobs since 1999. 
The fire ball needs a timing so it 'animates', and a speed set so it can move.

wait(400);
say_stop("something is said!", 1);
int &fire = create_sprite(200, 271, 11, 506, 1);

sp_seq(&fire, 506);
sp_timing(&fire, 0);
sp_speed(&fire, 6);

move_stop(&fire, 6, 303, 1);
sp_active(&fire, 0);
sp_active(&person, 0);
int &thing = create_sprite(360, 271, 16, 335, 1);
say_stop("some more things are said!", 1);
wait(400);