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

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