home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 December / macgaichiban199712.bin / MOVIES / SCR.DXR / 00077.ls < prev    next >
Encoding:
Text File  |  1997-07-08  |  185 b   |  11 lines

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