home *** CD-ROM | disk | FTP | other *** search
- global WhichSprite
-
- on mouseDown
- set WhichSprite to the clickOn
- puppetSprite(WhichSprite, 1)
- set the castNum of sprite WhichSprite to the number of cast (the name of cast the castNum of sprite WhichSprite && "lit")
- updateStage()
- end
-
- on mouseUp
- puppetSprite(WhichSprite, 0)
- end
-