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

JSFL How to enable / disable the 'Use Advanced Layers' in the 'Advanced Settings...' ?

Community Beginner ,
Nov 20, 2019 Nov 20, 2019

Copy link to clipboard

Copied

JSFL How to enable / disable the 'Use Advanced Layers' in the 'Advanced Settings...' ?

 

Thanks

TOPICS
Code

Views

2.2K

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 , Nov 20, 2019 Nov 20, 2019

Hi.

 

Starting from Animate 2020, you can do this through the advancedLayersEnabled property from the timeline object. Like this:

 

var timeline = an.getDocumentDOM().getTimeline();
timeline.advancedLayersEnabled = false;

 

 

 

Regards,

JC

Votes

Translate

Translate
Community Expert ,
Nov 20, 2019 Nov 20, 2019

Copy link to clipboard

Copied

Hi.

 

Starting from Animate 2020, you can do this through the advancedLayersEnabled property from the timeline object. Like this:

 

var timeline = an.getDocumentDOM().getTimeline();
timeline.advancedLayersEnabled = false;

 

 

 

Regards,

JC

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 Beginner ,
Nov 20, 2019 Nov 20, 2019

Copy link to clipboard

Copied

Thank you,

Do you have a link to the latest JSFL documentation, I only find old documentations..

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 ,
Nov 20, 2019 Nov 20, 2019

Copy link to clipboard

Copied

You're welcome!

 

The new documentation is still not available but the team is working on it and it should be available soon.

 

Please stay tuned!

 

 

Regards,

JC

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
Contributor ,
May 15, 2022 May 15, 2022

Copy link to clipboard

Copied

It's been three years。。。

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
Guru ,
May 15, 2022 May 15, 2022

Copy link to clipboard

Copied

LATEST

Not quite true.

The documentation was updated, but was later deleted; possibly unintentionally.

https://community.adobe.com/t5/animate-discussions/did-jsfl-documentation-disappear/td-p/12785400

 

This is where it used to be:

https://www.adobe.io/apis/creativecloud/animate/docs.html

 

Now you can only see some of the deleted stuff here:

https://web.archive.org/web/20201204051052/https://www.adobe.io/apis/creativecloud/animate/docs.html

 

Adobe have completely ignored our report/request to restore it.

The lack of QA and maintenance are astounding.

 

Nick - Character Designer and Animator, Flash user since 1998
Member of the Flanimate Power Tools team - extensions for character animation

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