How do I address the main timeline from a nested symbol placed on main timeline?
What is the equivalent from Edge Animate?
sym.getComposition().getStage().stop('lableName);
My setup:
Main timeline has symbol named intro.
Intro has a button named startbtn
Main timeline has several stops with labels - intro, tutorial, problem, etc... which also have symbols with buttons and questions, etc...
I want to move the play head of the main timeline from the startBtn symbol inside the intro symbol while the intro symbol is on the main time.
