home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 November / macgaichiban199711.bin / MOVIES / JIYU.Dxr / 00087.ls < prev    next >
Encoding:
Text File  |  1997-09-10  |  123 b   |  9 lines

  1. on exitFrame
  2.   set ch to rollOver()
  3.   if (ch >= 2) and (ch <= 10) then
  4.     yubicursor()
  5.   else
  6.     cursor(-1)
  7.   end if
  8. end
  9.