home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 7 B
/
CHIP_HITWARE_7B.iso
/
Edukacja
/
Guitar Tuner
/
Wintun16.dxr
/
00003_volume.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-04-24
|
191 b
|
15 lines
on mouseDown
puppetSound("3")
volumeDown()
updateStage()
MakeVolSelection()
end
on mouseUp
repeat while soundBusy(1)
end repeat
puppetSound(0)
volumeUp()
updateStage()
end