The Dink Network

Reply to Re: Help plz

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:
 
 
September 3rd 2009, 10:46 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Place something like this in a script on the screen:

void main( void )
{
if (&story < 3)
{
int &sprite = create_sprite(<x>,<y>,0,<sequence>,<frame> );
sp_hard(&sprite,0);
sp_nodraw(&sprite,1);
draw_hard_sprite(&sprite);
}
}


When the variable &story is less than three this script will place an object with <sequence> and <frame> at a position defined by <x> and <y> and makes it hard.