home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / blob_lander.swf / scripts / DefineSprite_110 / frame_23 / DoAction.as
Encoding:
Text File  |  2006-07-26  |  191 b   |  8 lines

  1. _root.shields = 100;
  2. _root.petrol = 500;
  3. _root.ship.percentage = 100;
  4. _root.ship.dim = _root.petrol / 500;
  5. _root.ship.percentage = 100 * dim;
  6. _root.ship._rotation = 0;
  7. gotoAndPlay(1);
  8.