home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / timepilot.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-13  |  253 b   |  11 lines

  1. shoot = new Sound();
  2. shoot.attachSound("shoot");
  3. missileshoot = new Sound();
  4. missileshoot.attachSound("missileshoot");
  5. enemyshot = new Sound();
  6. enemyshot.attachSound("enemyshot");
  7. Stage.showMenu = false;
  8. Version = 3;
  9. _quality = "LOW";
  10. stop();
  11.