home *** CD-ROM | disk | FTP | other *** search
- _root.crashcount += 1;
- if(_root.crashcount == 1)
- {
- _root.crashone._visible = 0;
- }
- if(_root.crashcount == 2)
- {
- _root.crashtwo._visible = 0;
- }
- if(_root.crashcount == 3)
- {
- _root.crashthre._visible = 0;
- _root.gotoAndStop("end");
- }
- _root.shields = 100;
- _root.petrol = 500;
- _root.ship.percentage = 100;
- _root.ship.dim = _root.petrol / 500;
- _root.ship.percentage = 100 * dim;
- _root.ship._rotation = 0;
- gotoAndPlay(1);
-