SoundBehaviors
A collection of sound behavior objects.
SoundBehaviors Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the sound behavior with the specified index or name. |
| length |
Long |
read |
The number of sound behaviors in the collection. |
SoundBehaviors Methods
| Method |
Returns |
Description |
| add |
SoundBehavior |
Create a new sound behavior. |
| anyItem |
Object |
Returns any sound behavior. |
| firstItem |
Object |
Returns the first sound behavior. |
| itemByID |
Object |
Returns the sound behavior with the specified ID. |
| itemByRange |
Objects |
Returns the sound behaviors within the specified range. |
| lastItem |
Object |
Returns the last sound behavior. |
| middleItem |
Object |
Returns the middle sound behavior. |
| nextItem |
Object |
Returns the next sound behavior. |
| previousItem |
Object |
Returns the previous sound behavior. |