home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gvol
- set the soundEnabled to not (the soundEnabled)
- set gvol to gvol + 1
- case gvol of
- 1:
- puppetSprite(46, 1)
- set the memberNum of sprite 46 to 56
- 2:
- puppetSprite(46, 1)
- set the memberNum of sprite 46 to 55
- set gvol to 0
- end case
- end
-