home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / SpaceEscape.swf / scripts / frame_6 / DoAction_2.as next >
Encoding:
Text File  |  2005-08-08  |  278 b   |  16 lines

  1. _root.oldScore = 0;
  2. _root.score = 0;
  3. _root.coins = 0;
  4. _root.coinsBy50 = 0;
  5. _root.timeBonus = 0;
  6. _root.lives = 3;
  7. _root.difficulty = 1;
  8. _root.shipType = 1;
  9. _root.levelNumber = 0;
  10. if(_root.game)
  11. {
  12.    removeMovieClip(_root.game);
  13. }
  14. _root.pTimeTrial = false;
  15. stop();
  16.