Description
Send a Pause ( ) command to a timeline and/or locate the timeline at a specified timecode.
Syntax
designer.setTimelineLocate("TIMELINE NAME");
If no timecode is specified when calling this function the command will pause the timeline at its current timecode.
Alternate Syntax
designer.setTimelineLocate("TIMELINE NAME", TIMECODE);
If a timecode is specified when calling this function the timeline will be located at this timecode and toggled to pause if it was playing.
Parameters
Parameter | Type | Description |
---|---|---|
TIMELINE NAME |
String | Name of the timeline |
TIMECODE |
Integer | (Optional) Specify the timecode (in ms) where to locate |
Return
This function does not return anything.
Need more help with this?
Don’t hesitate to contact us here.