home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / shared.dir / 00223.ls < prev    next >
Encoding:
Text File  |  1994-12-10  |  143 b   |  9 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.   go(#loop)
  8. end
  9.