Greetings,
I'm going quite mad trying to get back to the main stage from inside a symbol.
To open the symbol on a click from the main Stage...
var mySymbolObject = sym.createChildSymbol("practiceScene", "Stage");
This works, I get into the symbol
To get back to the main stage from inside the symbol on a click...
sym.getComposition().getStage().play()[0]; or sym.getComposition().getStage().play("home");
This does NOT work, I can't get out of the symbol.
Please help!
R