Copy link to clipboard
Copied
Hi, is it possible to export PNG image with Action script effects? I'm using AS3 to get gradient mask but it only gets rendered while exporting SWF file. I'm looking for an option to export directly from Animate without using convertors.
Thanks for help.
I don't think so. You can do File/Export/Export Video, and then take the MOV you get into Adobe Media Encoder, which can export an image sequence.
If you do use export video, put this script in frame 1 to improve the quality a lot:
stage.quality = "best";
Copy link to clipboard
Copied
I don't think so. You can do File/Export/Export Video, and then take the MOV you get into Adobe Media Encoder, which can export an image sequence.
If you do use export video, put this script in frame 1 to improve the quality a lot:
stage.quality = "best";
Find more inspiration, events, and resources on the new Adobe Community
Explore Now