home *** CD-ROM | disk | FTP | other *** search
- _root.Boss._x = 490;
- _root.Boss._y = 153;
- _root.Lives -= 1;
- _parent.Dead = false;
- _root.Start = true;
- _root.RemovePlanes();
- _root.TotalPlanes = 0;
- if(_root.Lives <= 0)
- {
- _root.Start = false;
- gotoAndStop("SubmitScore");
- play();
- }
- else
- {
- _parent.gotoAndStop(1);
- }
-