Copy link to clipboard
Copied
So hopefully I am explaining this clearly. But I was wondering the best way to make a transition between Adobe animate files (html5). I have a scene I have setup in Adobe animate. I have buttons that link to a new Adobe animate file and buttons in that file link to other files. I'm doing it this way to better organize my file scenes. If I need to change it I will. But what if any is the best way to to do a scene transition between the files. For example each animate file had a different picture and I wanted to transition a blur effect between them or maybe even play a movie between them when the button is clicked?
Thanks for all the help.
Copy link to clipboard
Copied
how do you transition from one html5 file to another?
Copy link to clipboard
Copied
That's what I am asking if I'm not clear sorry. Is there a way to transition between 2 Adobe animate html 5 files.
Copy link to clipboard
Copied
yes, but there's no good way. afaik, you have to navigate from one to the other just like any other distinct html pages:
window.open(etc);
you should change your setup so you're not using different flas. one way to do that is to create a movieclip for each fla. ie, the main timeline in your current fla's would constitute the timeline of various movieclips.
then "navigating" from one movieclip to another could be any number of ways with any number of transitions (including fades, if that's what you want).
Copy link to clipboard
Copied
here this can help you. https://helpx.adobe.com/animate/using/creating-publishing-html5-canvas-document.html