home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 October / macgaichiban199710.bin / MOVIES / IDOL.Dxr / 00043.ls < prev    next >
Encoding:
Text File  |  1997-08-07  |  124 b   |  9 lines

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