home *** CD-ROM | disk | FTP | other *** search
- platformOptionFile = sharedobject.getLocal("IMBplatform01");
- _root.highestLevel = platformOptionFile.data.highestLevel;
- _root.highScore = platformOptionFile.data.highScore;
- if(highestLevel != null)
- {
- continueBUT._visible = ture;
- }
- else
- {
- continueBUT._visible = false;
- }
- if(highScore == null)
- {
- highScore = 0;
- }
- firstLevel = "L1";
- stop();
-