The Dink Network

Reply to Re: sprites-editor\sprites-script

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:
 
 
November 21st 2005, 01:33 PM
knightg.gif
cypry
Peasant He/Him Romania
Chop your own wood, and it will warm you twice. 
The best way to make a sprite not to appear on a screen after/before something, use this in the void main(void) :
If(&story < 10)//you put here the condition
{
sp_nodraw(&current_sprite, 1);
sp_hard(&current_sprite, 1);
draw_hard_map(&current_sprite);
sp_kill(&current_sprite, 1);
return;
}