home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / picture.dir / 00158.ls < prev    next >
Encoding:
Text File  |  1994-11-30  |  248 b   |  9 lines

  1. on exitFrame
  2.   set mckeep to the mouseCast
  3.   if (mckeep >= 121) and (mckeep <= 133) then
  4.     set the locH of sprite 18 to the locH of sprite (mckeep - 119)
  5.     set the locV of sprite 18 to the locV of sprite (mckeep - 119)
  6.   end if
  7.   go(#loop)
  8. end
  9.