Hello,
I have created a scrolling parallax website in Adobe Edge Animate. I have imported these scripts:
https://code.jquery.com/jquery-2.1.1.min.js
http://cdn.edgecommons.org/an/1.4.0/js/min/EdgeCommons.js
and in CompositionReady I have typed:
EC.Parallax.setup(sym);
EC.centerStage(sym);
EC.debug("Commons ready: "+EC.VERSION);
I preview this in the browser and it only works some of the time. After I see that my animations are working in time with the scrolling I save everything I have. Then I close the program down to have a break, open the same file again and then the scrolling doesn't work!
I have no idea why it only seems to work some of the time.
Can anyone help me please?