I just want to do someting very simple. I have nine symbols all lined up on top of each other on my stage. I set Display to Off in the first frame, and then added actions at every label telling the main timeline to stop and then to set the corresponding symbol to show and setting the other variables to hide.
Each timeline action looks like this: (using only 4 symbols as an example)
sym.stop();
sym.getSymbol("symbol1").getSymbolElement().hide();
sym.getSymbol("symbol2").getSymbolElement().hide();
sym.getSymbol("symbol3").getSymbolElement().hide();
sym.getSymbol("symbol4").getSymbolElement().hide();
sym.getSymbol("symbol3").getSymbolElement().show();
Is this a reasonable way of doing things? I'm allergic to code so if the solution is more complicated than this, I'll just use Powerpoint which does everything Animate can do,
Help apprecited