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

How to export texture atlas with script

Community Beginner ,
Sep 19, 2019 Sep 19, 2019

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
1.0K
Translate
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
Engaged ,
Sep 20, 2019 Sep 20, 2019

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
Translate
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 ,
Sep 20, 2019 Sep 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
Translate
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
New Here ,
Oct 15, 2019 Oct 15, 2019

Same problem... Sadly

Translate
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 02, 2019 Nov 02, 2019
LATEST

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

Translate
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