This content has been marked as final.
Show 3 replies
-
1. Re: How do I target the main timeline from a nested symbol
ianloh123 Sep 23, 2014 7:49 PM (in response to maillardj)I might be wrong, but have u tried simply
sym.stop("label");
the label of course being in the main stage.
i always thought you only needed to "getSymbol" if you were targeting a nested composition/stage.
-
2. Re: How do I target the main timeline from a nested symbol
joel_pau Sep 24, 2014 2:11 AM (in response to maillardj)Hello,
Your code is correct: sym.getComposition().getStage().stop("label");
You've got a demo file here: nestedSymbol.zip - Box
-
3. Re: How do I target the main timeline from a nested symbol
maillardj Sep 24, 2014 1:51 PM (in response to joel_pau)Thanks for the quick and helpfull replies.
regards



