home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / mirrored_maze2.swf / scripts / frame_29 / DoAction.as
Text File  |  2008-09-04  |  180b  |  8 lines

  1. if(_root.spinspeed > _root.bonus1)
  2. {
  3.    game = SharedObject.getLocal("mydata");
  4.    game.data.bonus1 = _root.spinspeed;
  5.    _root.bonus1 = _root.spinspeed;
  6.    game.flush();
  7. }
  8.