home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / redbeard.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2008-09-12  |  226 b   |  12 lines

  1. platformOptionFile = sharedobject.getLocal("IMBplatform01");
  2. if(_root.highScore < score)
  3. {
  4.    highText._visible = true;
  5.    platformOptionFile.data.highScore = score;
  6. }
  7. else
  8. {
  9.    highText._visible = false;
  10. }
  11. stop();
  12.