Closed kosmoskolio closed 6 years ago
I've done something wrong. It all worked as a charm on a third try.
Did you faced this problem later, and more important, did you manage to fix it?
1GR3
I did not solve the issue. I had to install the plugin on another few devices and there it worked out of the box. Could not replicate the error again. The successful installations were done with ZXP and it all worked.
Unfortunately, I only have macs to try it on, but I'll test it on the other machines too. I figured it doesn't happen if I drastically reduce the number of elements but then the storytelling suffers. Thanks for the heads up!
I managed to fix it by breaking apart multiple single objects and grouping them all together on each frame.
If you attach the problematic FLA file on this issue I can take a look.
Thank you @TomByrne but no need to. It does work now and I'll probably split it into 2 separate svgs.
I'm getting the same error, I have 4 scenes (all with the same kinds of motion & effect), 2 worked, the other 2 didn't. @TomByrne if I send you the file, could you have a look?
Yeah, send it over (or attach it here) and I can take a look. Can't promise when I'll get to it though.
Thank you! I have sent the .fla by mail. I've only left in the file the scenes that I couldn't export. I managed to export them by re-creating all of them in new scenes, but it'd be still great to know what caused the issue, so I can avoid it next time.
Hey guys, I've deployed a new release (v3.54) with a workaround for this error. I say workaround because the issue seems to be in Animate. Let me know if it helps.
great, I tried a couple of animations with the new release I haven't had the error yet! Thanks a lot!
I think you just got to encapsulate deleteSelection with
if (fl.getDocumentDOM().selection != undefined ){
fl.getDocumentDOM().deleteSelection();
}
EDIT: try this instead
try {
fl.getDocumentDOM().deleteSelection(); order
}
catch(err){}
Same error on Animate CC build 112 @TomByrne
When trying to save as SVG on Animate CC (2015 or 2017) I am getting the following error: "Error: The function deleteSelection() is currently unavailable."
I managed to hack my way through it somehow but cannot reproduce the same result on a Mac.
Here are the steps I remember I did:
It's a mess sorry :)