home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the castNum of sprite clickOn() to the castNum of sprite clickOn() + 1
- updateStage()
- repeat while the stillDown
- end repeat
- repeat with i = 8 to 13
- puppetSprite(i, 0)
- end repeat
- set the cursor of sprite 12 to 0
- set the cursor of sprite 16 to 0
- set the cursor of sprite 17 to 0
- cursor(200)
- go("giveup")
- end
-