home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / 5balls.dir / 00052.ls < prev    next >
Encoding:
Text File  |  1994-12-05  |  348 b   |  15 lines

  1. on mouseDown
  2.   set the castNum of sprite clickOn() to the castNum of sprite clickOn() + 1
  3.   updateStage()
  4.   repeat while the stillDown
  5.   end repeat
  6.   repeat with i = 8 to 13
  7.     puppetSprite(i, 0)
  8.   end repeat
  9.   set the cursor of sprite 12 to 0
  10.   set the cursor of sprite 16 to 0
  11.   set the cursor of sprite 17 to 0
  12.   cursor(200)
  13.   go("giveup")
  14. end
  15.