The Dink Network

Reply to Create_sprite

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:
 
 
July 3rd 2009, 05:28 AM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
I want something to happen when Dink kills an enemy that appears like this, in a flash:

int &bonc = create_sprite(314, 219, 9, 531, 1);
sp_nodraw(&bonc,1);
int &flash = create_sprite(314, 219, 7 , 167, 1);
sp_seq(&flash,167);
wait(25);
sp_nodraw(&bonc,0);
wait(50);
sp_script(&bonc, "en-sbonc");

this flash is part of a script that is spawned from &current_sprites script. When the spawn is finished and Dink has killed the beast the screen will fade down and a new scene will appear.