home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1998 March / macgaichiban199803.bin / MOVIES / SCHEDULE.DXR / 00106.ls < prev    next >
Encoding:
Text File  |  1998-01-07  |  156 b   |  10 lines

  1. on exitFrame
  2.   set mych to rollOver()
  3.   if (mych >= 6) and (mych <= 40) then
  4.     changecursor("YUBI.CSR")
  5.   else
  6.     cursor(0)
  7.   end if
  8.   go(the frame)
  9. end
  10.