Answered
JSFL How to enable / disable the 'Use Advanced Layers' in the 'Advanced Settings...' ?
JSFL How to enable / disable the 'Use Advanced Layers' in the 'Advanced Settings...' ?
Thanks
JSFL How to enable / disable the 'Use Advanced Layers' in the 'Advanced Settings...' ?
Thanks
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
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.