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

Fla Animate CC 2019 does not work in Animate CC 2018

Participant ,
Dec 19, 2018 Dec 19, 2018

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

1.3K
Translate
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)

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

are advanced layers enabled in your 2019 fla?

Translate
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

Its HTML5 / Canvas   its just normal layers.

you can download the fla at:

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

Translate
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

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)

Translate
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

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.

Translate
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

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

Translate
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
LATEST

you’re welcome.

Translate
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