home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / picture.dir / 00171.ls < prev    next >
Encoding:
Text File  |  1994-11-30  |  306 b   |  15 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.   repeat with i = 2 to 14
  8.     set the castNum of sprite i to 0
  9.     puppetSprite(i, 0)
  10.   end repeat
  11.   set the castNum of sprite 18 to 0
  12.   puppetSprite(18, 0)
  13.   go(2)
  14. end
  15.