I have mulitple slide shows in my animate document, and I have three buttons at the top of the document that a user can click. Each button calls certain slideshows, (which are symbols) and causes them to animate using sym.getComposition().getStage().getSymbol("mySymbol").play. This works great, but once I click a different button, the symbols that the other button activated keep animating.
I know I can reset the symbols timelines by referencing each slideshow by name individually, but is there an easier way? I have so many symbols!
Thanks in advance!
Erik