home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / planetx.swf / scripts / frame_28 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  230 b   |  12 lines

  1. if(score > yourhigh)
  2. {
  3.    yourhigh = score;
  4.    newscore.gotoAndStop(2);
  5.    storage.data.myhighscore = score;
  6. }
  7. storage.data.uptolevel = level;
  8. storage.flush();
  9. gamescene = "game over";
  10. playmusic();
  11. gameOverSnd.start();
  12.