home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
sky-chopper.swf
/
scripts
/
frame_297
/
DoAction_2.as
next >
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-09-29
|
130 b
|
8 lines
if(!done)
{
cad_sound = new Sound();
cad_sound.attachSound("cadence");
cad_sound.start(0,9999);
done = true;
}