Controls the volume at which a sound is played.
object.name.volume
Read/Write
integer
The following displays the value of volume in a text stimulus:
<text myText>
/ items= ("volume = <% sound.foo.volume %>")
</text>
The following displays the value of volume in an instruction page:
<page myPage>
volume = <% sound.city.volume %>
</page>