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 "Cancel lit"
- repeat while the stillDown
- updateStage()
- end repeat
- end
-
- on mouseUp
- global gMyPath, gPTimerSet, gPresentationTime
- set the castNum of sprite 13 to the number of cast "Cancel"
- puppetSprite(13, 0)
- updateStage()
- go("start")
- end
-