The Dink Network

Reply to Re: spin

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 13th 2007, 11:35 PM
burntree.gif
fireball5
Peasant He/Him Australia
Let me heat that up for you... 
void main ( void )
{
sp_dir(1, 2);
wait(50);
sp_dir(1, 4);
wait(40);
sp_dir(1, 8);
wait(30);
sp_dir(1, 6);
wait(20);
sp_dir(1, 2);
wait(30);
sp_dir(1, 4);
wait(40);
kill_this_task();
}

easier than having &rwait -= 10 in each line