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

How to export texture atlas with script

Community Beginner ,
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

Views

624

Translate

Translate

Report

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

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

Votes

Translate

Translate

Report

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

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Same problem... Sadly

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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