home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / redbeard.swf / scripts / frame_2 / DoAction_2.as next >
Encoding:
Text File  |  2008-09-12  |  364 b   |  18 lines

  1. platformOptionFile = sharedobject.getLocal("IMBplatform01");
  2. _root.highestLevel = platformOptionFile.data.highestLevel;
  3. _root.highScore = platformOptionFile.data.highScore;
  4. if(highestLevel != null)
  5. {
  6.    continueBUT._visible = ture;
  7. }
  8. else
  9. {
  10.    continueBUT._visible = false;
  11. }
  12. if(highScore == null)
  13. {
  14.    highScore = 0;
  15. }
  16. firstLevel = "L1";
  17. stop();
  18.