How to you control lower levels from the Stage?
I have a button on the main stage and I have a symbol that has another symbol inside that I want to control that timeline or label.
I have had success with going one level deep but not two or three deep.
sym.getSymbol("symbol01").stop("label01");
Any help would be great!
Thanks.