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 (the name of cast the castNum of sprite WhichSprite && "lit")
- repeat while the stillDown
- updateStage()
- end repeat
- puppetSprite(WhichSprite, 0)
- galleryProductSelect(gProductSelect)
- end
-
- on mouseUp
- global gProductSelect
- set WhichSprite to the clickOn
- end
-