How to target a named timeline which is in a symbol

Hi
I have created a timeline called TopNavTimeline in a symbol called TopNavSymbol. Is there a way that I can target the TopNavTimeline from the root scene level? Im not all that great with code but when I was still using Flash ages ago I would use the “tell_target” actions for this.

Cheers
Jason

You would use this:

http://tumult.com/hype/documentation/3.0/#symbols131

symbolInstance.startTimelineNamed(timelineName, direction)

1 Like

create a custumbehaviour within the symbol that rins the timeline. You can trigger this custombehaviour from the whole document.

2 Likes

Here’s the code-free method of doing this as @h_classen mentioned: https://youtu.be/hMMD8GI2PL4?t=1m33s (Shown at 1:33)

1 Like