I can't seem to get the nested symbol to play without it's parent playing too.
This works for getting both symbols to play on button 1
sym.getComposition().getStage().getSymbol("marketing_buttons").getSymbol("online").play();
sym.getComposition().getStage().getSymbol("marketing_buttons").getSymbol("promotions").pla y();
Everything I've done to play just B and C play all three. Is what I'm trying to do even possible?
Thanks in advance.
-h