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