home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / snowman100win.zip / component / jmax.dll / scripts / frame_3 / DoAction.as
Text File  |  2005-10-02  |  144b  |  7 lines

  1. stop();
  2. if(turn > highscore || highscore == null || highscore == 0)
  3. {
  4.    so = SharedObject.getLocal("mydata");
  5.    so.data.hensu = turn;
  6. }
  7.