home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / tunnelrush.swf / scripts / frame_5 / DoAction.as < prev   
Encoding:
Text File  |  2007-03-12  |  125 b   |  6 lines

  1. if(_root.time > _root.high or _root.high == undefined)
  2. {
  3.    _root.high = _root.time;
  4.    MySO.data.thing = _root.high;
  5. }
  6.