home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
grizzly_tank.swf
/
scripts
/
frame_12
/
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
|
2007-03-20
|
183 b
|
9 lines
introMusic = new Sound(IntroMusic_mc);
introMusic.attachSound("IntroMusic");
introMusic.setVolume(50);
introMusic.start(0,999);
start_btn.onPress = function()
{
play();
};