Whether sound is played to the left or right speaker.
<sound>
sound.name.pan
Read/Write
integer
The following displays the value of pan in a text stimulus:
<text myText>
/ items= ("pan = <% sound.foo.pan %>")
</text>
The following displays the value of pan in an instruction page:
<page myPage>
pan = <% sound.city.pan %>
</page>