Question
Suggestions for creating multiple versions of an Animate file for exporting multiple versions
I am trying to think of hacks that would take less time than manually turning on and off layer visibility of logos and then exporting separately multiple times. The versions are SVG logos. HTML5 Canvas export so index.html file and images folder. Since I do use a publish template I was thinking about a CSS div in the publish file hat includes the images that are different by version, and then manually commenting them out and doing a save as to create the different versions. But. That is still time consuming. Is there a script that could accomplish image swaps and saves without human intervention? Has anyone ever created multiple versions from one file in Animate using javascript and then exporting as multiple versions?