Answered
How to Retrieve Symbol ID
Hello,
How do you retrieve the symbol ids that were created in adobe animate?
Thank you,
Hello,
How do you retrieve the symbol ids that were created in adobe animate?
Thank you,
Assuming you're talking about HMTL5 Canvas...
The manifest is part of the properties of lib. Each manifest entry has a src and an id. From the main timeline you can get the id of the first entry in manifest like this:
alert(lib.properties.manifest[0].id);
You could work through manifest as an array to get all of the ids that were created.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.