home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1998 March / macgaichiban199803.bin / MOVIES / AV10.DXR / 00022.ls < prev    next >
Encoding:
Text File  |  1998-01-07  |  144 b   |  9 lines

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