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

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