home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_c.dir / 00098.ls < prev    next >
Encoding:
Text File  |  1994-12-03  |  131 b   |  8 lines

  1. on exitFrame
  2.   if (the mouseCast >= 211) and (the mouseCast <= 217) then
  3.     cursor([245, 246])
  4.   else
  5.     cursor(-1)
  6.   end if
  7. end
  8.