home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
dragracer.swf
/
scripts
/
DefineSprite_1809
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-10-06
|
224 b
|
11 lines
if(!init)
{
init = true;
engine.stop("ENGINE_MP3");
change.stop("CHANGE.WAV");
engine = new Sound();
engine.attachSound("ENGINE_MP3");
change = new Sound();
change.attachSound("CHANGE.WAV");
}