MovieBehaviors
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
MovieBehavior [] (index:
number)
Returns the MovieBehavior with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
MovieBehavior anyItem ()
Returns any MovieBehavior in the collection.
number count ()
Displays the number of elements in the MovieBehavior.
Array
of MovieBehavior everyItem ()
Returns every MovieBehavior in the collection.
MovieBehavior firstItem ()
Returns the first MovieBehavior in the collection.
MovieBehavior item (index:
varies)
Returns the MovieBehavior with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
MovieBehavior itemByID (id:
number)
Returns the MovieBehavior with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
MovieBehavior itemByName (name:
string)
Returns the MovieBehavior with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of MovieBehavior itemByRange (from:
varies, to:
varies)
Returns the MovieBehaviors within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer MovieBehavior String | The MovieBehavior, index, or name at the beginning of the range. Can accept: MovieBehavior, Long Integer or String. |
to | Long Integer MovieBehavior String | The MovieBehavior, index, or name at the end of the range. Can accept: MovieBehavior, Long Integer or String. |
MovieBehavior lastItem ()
Returns the last MovieBehavior in the collection.
MovieBehavior middleItem ()
Returns the middle MovieBehavior in the collection.
MovieBehavior nextItem (obj:
MovieBehavior)
Returns the MovieBehavior whose index follows the specified MovieBehavior in the collection.
Parameter | Type | Description |
---|---|---|
obj | MovieBehavior | The MovieBehavior whose index comes before the desired MovieBehavior. |
MovieBehavior previousItem (obj:
MovieBehavior)
Returns the MovieBehavior with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | MovieBehavior | The index of the MovieBehavior that follows the desired MovieBehavior. |
string toSource ()
Generates a string which, if executed, will return the MovieBehavior.
Element of
Button.movieBehaviors
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |