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

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