home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set WhichSprite to the clickOn
- puppetSprite(WhichSprite, 1)
- set the castNum of sprite WhichSprite to the number of cast "UpTooth lit"
- repeat while the stillDown
- updateStage()
- end repeat
- end
-
- on mouseUp
- repeat with x = 5 to 7
- puppetSprite(x, 0)
- end repeat
- puppetSprite(the clickOn, 0)
- go("DropScreen")
- end
-