The Dink Network

Reply to Re: kill sound

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:
 
 
April 9th 2003, 08:31 PM
pq_frog.gif
Ric
Peasant They/Them Canada
 
O.k., this is in start after the sounds load:
&look = playsound(56, 22050,0, 0, 0);
sound_set_survive(&look,1);
and this is in start1 and start2 just before the task is killed:
sound_set_kill(&look);
still doesn't kill it though.
(&look is a global I put in main)