home *** CD-ROM | disk | FTP | other *** search
/ PC Master 1997 July & August / PCM97.iso / demos.dxr / 00036.ls < prev    next >
Encoding:
Text File  |  1998-06-23  |  150 b   |  10 lines

  1. on rol first, last
  2.   set res to 0
  3.   repeat with i = first to last
  4.     if rollOver(i) then
  5.       set res to i
  6.     end if
  7.   end repeat
  8.   return res
  9. end
  10.