home *** CD-ROM | disk | FTP | other *** search
- _root.oldScore = 0;
- _root.score = 0;
- _root.coins = 0;
- _root.coinsBy50 = 0;
- _root.timeBonus = 0;
- _root.lives = 3;
- _root.difficulty = 1;
- _root.shipType = 1;
- _root.levelNumber = 0;
- if(_root.game)
- {
- removeMovieClip(_root.game);
- }
- _root.pTimeTrial = false;
- stop();
-