home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / grizzly_tank.swf / scripts / frame_12 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  183 b   |  9 lines

  1. introMusic = new Sound(IntroMusic_mc);
  2. introMusic.attachSound("IntroMusic");
  3. introMusic.setVolume(50);
  4. introMusic.start(0,999);
  5. start_btn.onPress = function()
  6. {
  7.    play();
  8. };
  9.