Checks to see if this object can be reordered to the specified position. The default value of -1 indicates the end of the timeline.
This method will fail if this is a timelineGroup object and the group is expanded.
"timelineGroup_var" is a variable referencing a TimelineGroup object.
|
"timelineGroup_var" is a variable referencing a TimelineGroup object.
|
Type | Description |
boolean | Returns true if the object can be reordered to the specified position |
Name | Type | Description |
beforeIndex | integer | The index number of the position in the timeline to check This is an optional argument whose default value is -1. |