home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- end
-
- on mouseDown
- set spritenum to the clickOn
- puppetSprite(spritenum, 1)
- set the soundLevel to 7
- repeat while the mouseDown
- set curpos to min(max(the mouseH, 519), 612)
- set the locH of sprite spritenum to curpos
- setvolume((curpos - 519) * 255 / (612 - 519))
- puppetSound(2, 0)
- puppetSound(2, "Beeps Transmission")
- updateStage()
- end repeat
- puppetSound(2, 0)
- end
-