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