The Dink Network

Reply to Re: Invisible

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:
 
 
August 8th 2011, 07:37 AM
custom_msdink.png
MsDink
Peasant She/Her New Zealand
Tag - Umm.. tag, you're it? 
Ahhh i needed both Thanks heaps for that scratcher (and Sparrow) - now how do I make him come back after the animation sequence is completed
That plays thru nicely as it should - but no character when it done - hes invisible still...

sp_nodraw(&current_sprite,1);
preload_seq(38);
sp_nodraw(1,0);
sp_nodraw(&current_sprite,1);
int &summon = create_sprite(312,257,4,38,1);
sp_seq(&summon,38);
sp_frame_delay(&summon,100);
sp_brain(&summon, 7);
sp_nodraw(1,1);
wait(250);

If I change the 3rd line to 1,1 and 9th line to 1,0 he doesnt disappear and stands back whilst the sequence plays