soundVolume()
Change the volume of sound channel, if volume value parameter is omitted (or set to -1) it returns given sound channel volume.
Old
volumeSound()
command syntax is still valid.
Syntax:
soundVolume(
channel
,
volume
)
variable
= soundVolume(
channel
)
channel if set to -1 it refers to all channels.
volume
ranges from 0 to 128
Example: