Skip to main content
Participant
September 19, 2019
Question

How to export texture atlas with script

  • September 19, 2019
  • 3 replies
  • 1198 views

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?

This topic has been closed for replies.

3 replies

Participant
November 2, 2019

Thank for reply, finally we wrote it by ourselves...

Participant
October 15, 2019

Same problem... Sadly

Vladin M. Mitov
Inspiring
September 20, 2019

Did you try the spriteSheetExporter methods?

 

 

- Vlad: UX and graphic design, Flash user since 1998Member of Flanimate Power Tools team - extensions for character animation
Participant
September 20, 2019
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