home *** CD-ROM | disk | FTP | other *** search
- Life = 100;
- ParticleCounter = 0;
- ScoreCounter = 0;
- ComboTimer = 0;
- ComboMultiplier = 0;
- BeamColor = "0x00FF00";
- BackSpeed = 20;
- StationEnergy = 200;
- EnemyMovD = 2000;
- StageLevel = 1;
- Special = "None";
- SAmmo = 0;
- TotSAmmo = 10;
- NextShot = true;
- PGeneration = true;
- EGeneration = true;
- UGeneration = true;
- _root.attachMovie("DeviceID","Device",1002);
- _root.attachMovie("LaserGraphicID","LaserGraphic",1003);
- _root.attachMovie("LaserBeamOutputID","LaserBeamOutput",1004);
- _root.attachMovie("SubGraphic3ID","SubGraphic3",1005);
- Device._x = 20;
- Device._y = 126;
- IntroMusic.stop();
- IntroMusic.attachSound("ParticleBlasterID");
- IntroMusic.start(0,999999);
-