Retrieves the value indicating how the volume of the background sound is divided between the left and right speakers.
Syntax
HTML <BGSOUND BALANCE = iBalance ... > Scripting [ iBalance = ] bgsound.balance
Possible Values
iBalance Integer that specifies a value within the -10,000 to +10,000 range. A -10,000 value indicates that all sound is directed to the left speaker. A +10,000 value indicates that all sound is directed to the right speaker. A 0 value indicates that the sound is balanced between the left and right speakers. The property is read-only with a default value of 0.
Applies To
BGSOUND