home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 December / macgaichiban199712.bin / MOVIES / TRUE.DXR / 00106.ls < prev    next >
Encoding:
Text File  |  1997-11-13  |  136 b   |  9 lines

  1. on checkrollover s, e
  2.   set mych to rollOver()
  3.   if (mych >= s) and (mych <= e) then
  4.     yubicursor()
  5.   else
  6.     cursor(0)
  7.   end if
  8. end
  9.