home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / shared.dir / 00224.ls < prev    next >
Encoding:
Text File  |  1994-12-10  |  143 b   |  9 lines

  1. on mouseDown
  2.   repeat with i = 1 to 37
  3.     set the cursor of sprite i to 0
  4.     puppetSprite(i, 0)
  5.   end repeat
  6.   cursor(200)
  7.   go("toMAP")
  8. end
  9.