home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / amoeba.swf / scripts / frame_64 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  173 b   |  10 lines

  1. if(score > yourhigh)
  2. {
  3.    yourhigh = score;
  4.    storage.data.myhighscore = score;
  5. }
  6. storage.data.uptolevel = 1;
  7. level = 1;
  8. gameScene = "GAME FINISHED";
  9. playmusic();
  10.