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