Description

Send a Pause ( ) command to a timeline and/or locate the timeline at a specified timecode.


Syntax

designer.setLocateTimeline("TIMELINE NAME");

If no timecode is specified when calling this function the command will pause the timeline at its current timecode.

Alternate Syntax

designer.setLocateTimeline("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 Insert the name of the timeline
TIMECODE Integer (Optional) Specify the timecode (in ms) where to locate

Return

This function does not return anything.


Example

Coming soon.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.