home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / mirrored_maze2.swf / scripts / frame_11 / DoAction_2.as next >
Text File  |  2008-09-04  |  119b  |  7 lines

  1. if(_root.check < 2)
  2. {
  3.    game = SharedObject.getLocal("mydata");
  4.    game.data.checkpoint = 2;
  5.    game.flush();
  6. }
  7.