The Dink Network

Reply to Re: Scripting a graphic

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:
 
 
January 5th 2007, 08:29 PM
anon.gif
dinkmega
Ghost They/Them
 
Hello.
Um yeah, you can give those attributes to a sprite via attaching a script:

void main (void)
{
int &sprite = create_sprite(&spritex, &spritey, &spritebrain, 335, 1)

//next comes hardness 0
sp_hard(&sprite, 0);

//next, it's size. 100 is normal size, 100%
sp_size(&sprite, 200);
}

Sorry, I can't help you very much with Windinkedit