home *** CD-ROM | disk | FTP | other *** search
- if(score > yourhigh)
- {
- yourhigh = score;
- newscore.gotoAndStop(2);
- storage.data.myhighscore = score;
- }
- storage.data.uptolevel = level;
- storage.flush();
- gamescene = "game over";
- playmusic();
- gameOverSnd.start();
-