home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 August / macgaichiban199708.bin / MOVIES / TRUE.Dxr / 00086.ls < prev    next >
Encoding:
Text File  |  1997-06-06  |  206 b   |  12 lines

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