home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 August
/
Chip_2004-08_cd1.bin
/
oddech
/
fight
/
fight9.exe
/
scripts
/
DefineSprite_867
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-09-29
|
234 b
|
14 lines
function sstop()
{
s1.stop("wav01");
s2.stop("wav02");
s3.stop("wav03");
}
stop();
s1 = new Sound();
s2 = new Sound();
s3 = new Sound();
s1.attachSound("wav01");
s2.attachSound("wav02");
s3.attachSound("wav03");