The Dink Network

Reply to How to keep a sound play in the background?

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:
 
 
December 18th 2009, 05:15 AM
knights.gif
pathfinder
Peasant He/Him China
I love hanging ON LINE without doing anything... 
For example,let the sound of ocean keep playing,or wind blowing,and others...
I tried,but there is always some errors...
This is my first file:
void main(void)
{
int &wait;
loop:
&wait = random(3000,2000);
wait(&wait);
playsound(50,20000,0,&current_sprite,0);
goto loop
}
And when I attach it to a stone,the game just crashed...
Awk...