The Dink Network

Reply to Re: blackness

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:
 
 
May 27th 2005, 02:08 PM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
Oh, that's just a method to create a random sprite outside the screen. The player will never see it, it's just a scripting way to get a script running.. but the numbers are:

int &temp = create_sprite(-50, -50, 0, 71, 1);
//create_sprite(x, y, brain, seq, frame)

It's just one of the ways of getting it to work.. you can also spawn(); the script and never bother about creating new sprites.