home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / ntech.swf / scripts / frame_12 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  675 b   |  27 lines

  1. Life = 100;
  2. ParticleCounter = 0;
  3. ScoreCounter = 0;
  4. ComboTimer = 0;
  5. ComboMultiplier = 0;
  6. BeamColor = "0x00FF00";
  7. BackSpeed = 20;
  8. StationEnergy = 200;
  9. EnemyMovD = 2000;
  10. StageLevel = 1;
  11. Special = "None";
  12. SAmmo = 0;
  13. TotSAmmo = 10;
  14. NextShot = true;
  15. PGeneration = true;
  16. EGeneration = true;
  17. UGeneration = true;
  18. _root.attachMovie("DeviceID","Device",1002);
  19. _root.attachMovie("LaserGraphicID","LaserGraphic",1003);
  20. _root.attachMovie("LaserBeamOutputID","LaserBeamOutput",1004);
  21. _root.attachMovie("SubGraphic3ID","SubGraphic3",1005);
  22. Device._x = 20;
  23. Device._y = 126;
  24. IntroMusic.stop();
  25. IntroMusic.attachSound("ParticleBlasterID");
  26. IntroMusic.start(0,999999);
  27.