SoundBehaviors
A collection of sound behavior objects.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the SoundBehavior.
SoundBehavior add( Object withProperties )
Creates a new SoundBehavior.
Parameters
SoundBehavior item( Mixed index )
Returns the SoundBehavior with the specified index or name.
Parameters
SoundBehavior itemByName( String name )
Returns the SoundBehavior with the specified name.
Parameters
SoundBehavior itemByID( Number id )
Returns the SoundBehavior with the specified ID.
Parameters
SoundBehavior itemByRange( Mixed from, Mixed to )
Returns the SoundBehaviors within the specified range.
Parameters
SoundBehavior firstItem()
Returns the first SoundBehavior in the collection.
SoundBehavior lastItem()
Returns the last SoundBehavior in the collection.
SoundBehavior middleItem()
Returns the middle SoundBehavior in the collection.
SoundBehavior previousItem( SoundBehavior obj )
Returns the SoundBehavior with the index previous to the specified index.
Parameters
SoundBehavior nextItem( SoundBehavior obj )
Returns the SoundBehavior whose index follows the specified SoundBehavior in the collection.
Parameters
SoundBehavior anyItem()
Returns any SoundBehavior in the collection.
SoundBehavior everyItem()
Returns every SoundBehavior in the collection.
String toSource()
Generates a string which, if executed, will return the SoundBehavior.
SoundBehavior []( Number index )
Returns the SoundBehavior with the specified index.