home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / w_puzzle.dir / 00076.ls < prev    next >
Encoding:
Text File  |  1994-12-05  |  203 b   |  11 lines

  1. on mouseDown
  2.   sound fadeOut 1, 60
  3.   repeat with i = 1 to 48
  4.     set the castNum of sprite i to 0
  5.     set the cursor of sprite i to 0
  6.     puppetSprite(i, 0)
  7.   end repeat
  8.   cursor(200)
  9.   go("giveup")
  10. end
  11.