SoundBehaviors
See also SoundBehavior.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
SoundBehavior [] (index:
number)
Returns the SoundBehavior with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
SoundBehavior add ([withProperties:
Object])
Creates a new SoundBehavior.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new SoundBehavior (Optional) |
SoundBehavior anyItem ()
Returns any SoundBehavior in the collection.
number count ()
Displays the number of elements in the SoundBehavior.
Array of SoundBehavior everyItem ()
Returns every SoundBehavior in the collection.
SoundBehavior firstItem ()
Returns the first SoundBehavior in the collection.
SoundBehavior item (index:
varies)
Returns the SoundBehavior with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
SoundBehavior itemByID (id:
number)
Returns the SoundBehavior with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
SoundBehavior itemByName (name:
string)
Returns the SoundBehavior with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of SoundBehavior itemByRange (from:
varies, to:
varies)
Returns the SoundBehaviors within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer SoundBehavior String | The SoundBehavior, index, or name at the beginning of the range. Can accept: SoundBehavior, Long Integer or String. |
to | Long Integer SoundBehavior String | The SoundBehavior, index, or name at the end of the range. Can accept: SoundBehavior, Long Integer or String. |
SoundBehavior lastItem ()
Returns the last SoundBehavior in the collection.
SoundBehavior middleItem ()
Returns the middle SoundBehavior in the collection.
SoundBehavior nextItem (obj:
SoundBehavior)
Returns the SoundBehavior whose index follows the specified SoundBehavior in the collection.
Parameter | Type | Description |
---|---|---|
obj | SoundBehavior | The SoundBehavior whose index comes before the desired SoundBehavior. |
SoundBehavior previousItem (obj:
SoundBehavior)
Returns the SoundBehavior with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | SoundBehavior | The index of the SoundBehavior that follows the desired SoundBehavior. |
string toSource ()
Generates a string which, if executed, will return the SoundBehavior.
Element of
Button.soundBehaviors
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |