• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Fla Animate CC 2019 does not work in Animate CC 2018

Participant ,
Dec 19, 2018 Dec 19, 2018

Copy link to clipboard

Copied

In Animate CC I added some movieclips with linkage name BlackMc with Javascript

for(var i = 0; i < 5; i++){

var mc = new lib.BlackMc();

mc.x = 200 + i* 20;

mc.gotoAndStop(i);

mc.y = 200;

this.addChild(mc);

}

I have put another movieclip on the stage by hand. Lets call it mc2

When I open this fla file in Animate 2018 and publish it there is a problem, the BlackMc Movieclips are in the upper left corner.

If there is no mc2 it works fine in Animate 2018.

If I export the frames and copy the Movieclip BlackMc in a new fla File in AnimateCC 2018 it will work.

I have also the problems that some files does not open in Animate CC 2019

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 20, 2018 Dec 20, 2018

i don't see that unless advanced layers are enabled in the 2019 file.

disable advanced layers (modify>document>untick 'use advanced layers').

info about advanced layers: https://helpx.adobe.com/animate/using/timeline-layers.html#advanced-layers

(and your link is a 404)

Votes

Translate

Translate
Community Expert ,
Dec 20, 2018 Dec 20, 2018

Copy link to clipboard

Copied

are advanced layers enabled in your 2019 fla?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 20, 2018 Dec 20, 2018

Copy link to clipboard

Copied

Its HTML5 / Canvas   its just normal layers.

you can download the fla at:

https://www.on-design.de/test/animatecc/test.fla

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 20, 2018 Dec 20, 2018

Copy link to clipboard

Copied

i don't see that unless advanced layers are enabled in the 2019 file.

disable advanced layers (modify>document>untick 'use advanced layers').

info about advanced layers: https://helpx.adobe.com/animate/using/timeline-layers.html#advanced-layers

(and your link is a 404)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 20, 2018 Dec 20, 2018

Copy link to clipboard

Copied

The advanced layers is a great new add-on but seems a lot of folks are having issues when they try to code.

Advanced layers were added for the animator, not the programmer. So If you are programming Advanced layers should be turned off.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 20, 2018 Dec 20, 2018

Copy link to clipboard

Copied

Thanks  a lot for the information. Now everything works fine.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 20, 2018 Dec 20, 2018

Copy link to clipboard

Copied

LATEST

you’re welcome.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines