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, 05:16 AM
pq_frog.gif
Ric
Peasant They/Them Canada
 
Here is the main from save-bot (modified).
void main( void )
{
kill_all_sounds();
sp_seq(&current_sprite, 449);
sp_sound(&current_sprite, 34);
sp_brain(&current_sprite, 6);
sp_hitpoints(&current_sprite, 0);
}
playsound(56, 22050,0, 0, 0); is in the start script, right after the sounds load. Still no luck.