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

  1. function saveHighestLevel(x)
  2. {
  3.    platformOptionFile.data.highestLevel = x;
  4. }
  5. platformOptionFile = sharedobject.getLocal("IMBplatform01");
  6. set("_root.codeMC:lives",3);
  7. set("_root.codeMC:score",0);
  8. gotoAndPlay(eval("_root:firstLevel"));
  9.