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

  1. level = 1;
  2. _root.ship.spaceship.gotoAndStop(1);
  3. petrol = 500;
  4. crashcount = 0;
  5. _root.ship.percentage = 100;
  6. shields = 100;
  7. _root.ship._x = 93;
  8. _root.ship._y = 106;
  9. lowpower = false;
  10. tryagain = false;
  11. levelcomp = 0;
  12. stop();
  13.