home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("electriCharge")
- set colorcycle to list(156, 76, 19, 96)
- set spriteList to list(40, 41, 42, 43)
- repeat while the mouseDown
- set the foreColor of sprite getAt(spriteList, random(4)) to getAt(colorcycle, random(4))
- updateStage()
- end repeat
- end
-
- on mouseUp
- repeat with channel = 1 to 48
- puppetSprite(channel, 0)
- end repeat
- end
-