home *** CD-ROM | disk | FTP | other *** search
- shoot = new Sound();
- shoot.attachSound("shoot");
- missileshoot = new Sound();
- missileshoot.attachSound("missileshoot");
- enemyshot = new Sound();
- enemyshot.attachSound("enemyshot");
- Stage.showMenu = false;
- Version = 3;
- _quality = "LOW";
- stop();
-