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

  1. _root.Boss._x = 490;
  2. _root.Boss._y = 153;
  3. _root.Lives -= 1;
  4. _parent.Dead = false;
  5. _root.Start = true;
  6. _root.RemovePlanes();
  7. _root.TotalPlanes = 0;
  8. if(_root.Lives <= 0)
  9. {
  10.    _root.Start = false;
  11.    gotoAndStop("SubmitScore");
  12.    play();
  13. }
  14. else
  15. {
  16.    _parent.gotoAndStop(1);
  17. }
  18.