Frames 

 No Frames

Previous Element
Sound

Next Element
SoundInfo


SoundEnvelope

This element defines the volume of the left and right channels of the sound at a particular point. The volume of the channel at points not specified by a SoundEnvelope are interpolated linearly using those specified. The volume of each channel at the beginning and end is automatically set to the maximum value unless explicitly set using a SoundEnvelope.

Attributes

mark The position within the sound at which these channel values apply. Position is specified in milliseconds.
TypeInteger
leftVolume The volume of the sound in the left channel.
TypeInteger
From Value0
To Value100>
Default Value0
rightVolume The volume of the sound in the right channel.
TypeInteger
From Value0
To Value100>
Default Value0

Child Elements

None

Parent Elements

SoundInfo

Examples

Button Sound Example
Sound Envelope Example

Previous Element
Sound

Next Element
SoundInfo