home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 December / macgaichiban199712.bin / MOVIES / JIYU.DXR / 00036.ls < prev    next >
Encoding:
Text File  |  1997-10-06  |  156 b   |  10 lines

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