-
1. Re: (Video included) Animation plays fine in Edge but objects are out of place on export
vivekuma Nov 7, 2014 6:07 AM (in response to jmflu)Video seems to be private, so can't see.
It'll be better if you share your composition for us to check the issue. Upload to dropbox etc and share its link.
-Vivekuma
-
2. Re: (Video included) Animation plays fine in Edge but objects are out of place on export
jmflu Nov 7, 2014 9:35 AM (in response to vivekuma)here, I unclkuded the .an file and the "images, media, edge-includes"
If that is not the right files please let me know
thank you for the help!
also the video is now public
-
3. Re: (Video included) Animation plays fine in Edge but objects are out of place on export
vivekuma Nov 7, 2014 9:35 AM (in response to jmflu)you need to share all the js files and the html page as well
-
5. Re: (Video included) Animation plays fine in Edge but objects are out of place on export
vivekuma Nov 7, 2014 10:18 AM (in response to jmflu)There issue is due to the transform-origin bug which was there in the older version of Edge Animate.
This issue has been fixed in latest version of Edge Animate.
So, you have two options:
1. Upgrade your Edge animate and save the composition.
2. If you don't wish to upgrade right now, then add the following code in the Untitled-1_edgeActions.js file just on line#15,
Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 0, function(sym, e) {
sym.$("ArmGun").css({"transform-origin": "0% 100% 0px"});
});
hth,
Vivekuma
-
6. Re: (Video included) Animation plays fine in Edge but objects are out of place on export
jmflu Nov 7, 2014 10:41 AM (in response to vivekuma)Thank you so much! I will try that when I get home from work.
I really appreciate the help!


