1
How to export texture atlas with script
Community Beginner
,
/t5/animate-discussions/how-to-export-texture-atlas-with-script/td-p/10618025
Sep 19, 2019
Sep 19, 2019
Copy link to clipboard
Copied
I want to export texture atlas for hundreds of files, so I'm trying to write a jsfl file for exporting texture atlas.
Now I can get symbol item from document.library.items, but a SymbolItem only has functions for exporting swc, swf, library and PNGSequence.
Is there any way to export texture atlas for a symbol item with script?
TOPICS
Code
,
Import and export
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
/t5/animate-discussions/how-to-export-texture-atlas-with-script/m-p/10620621#M196529
Sep 20, 2019
Sep 20, 2019
Copy link to clipboard
Copied
Did you try the spriteSheetExporter methods?
- Vlad: UX and graphic design, Flash user since 1998
Member of Flanimate Power Tools team - extensions for character animation
Member of Flanimate Power Tools team - extensions for character animation
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
mavisl37786406
AUTHOR
Community Beginner
,
/t5/animate-discussions/how-to-export-texture-atlas-with-script/m-p/10620640#M196530
Sep 20, 2019
Sep 20, 2019
Copy link to clipboard
Copied
Yes, I tried, but only got sequence frames, which is too large for complex animation. I want to get atlas contains splited textures and animation data, like "Creating a texture atlas" part in this link: https://helpx.adobe.com/animate/using/create-sprite-sheet.html
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/animate-discussions/how-to-export-texture-atlas-with-script/m-p/10671224#M197294
Oct 15, 2019
Oct 15, 2019
Copy link to clipboard
Copied
Same problem... Sadly
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
mavisl37786406
AUTHOR
Community Beginner
,
LATEST
/t5/animate-discussions/how-to-export-texture-atlas-with-script/m-p/10708813#M198277
Nov 02, 2019
Nov 02, 2019
Copy link to clipboard
Copied
Thank for reply, finally we wrote it by ourselves...
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

