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

  1. on mouseDown
  2.   repeat with i = 2 to 17
  3.     set the cursor of sprite i to 0
  4.   end repeat
  5.   set the cursor of sprite 29 to 0
  6.   cursor(200)
  7.   set the castNum of sprite 18 to 0
  8.   puppetSprite(18, 0)
  9.   go(2)
  10. end
  11.