Copy link to clipboard
Copied
Is there a way to export the animation or PNG Sequence in "FAST" quality, identical to how it looks in Preview mode?
Look, the image on the right is in "Fast" mode from the preview. It looks a bit more pixelated, and it looks much better in motion. If anyone knows, please help!
Put either
stage.quality = "low"
or
stage.quality = "medium"
on the first frame of your main timeline. Then export SWF or video.
Copy link to clipboard
Copied
Put either
stage.quality = "low"
or
stage.quality = "medium"
on the first frame of your main timeline. Then export SWF or video.
Copy link to clipboard
Copied
Thank you very much for responding. Where do I enter those commands?
Copy link to clipboard
Copied
Oh, it worked, thank you so much!
Copy link to clipboard
Copied
Anyway, the quality doesn't drop enough to achieve that effect. Is there something similar to 'Fast' instead of 'Low' or rendering in outline mode?
Copy link to clipboard
Copied
It's a simple AS3 code.
Open Actions [ F9 ] and paste it in there, on the first frame. It should remove all anti-aliasing in SWF and respectively in the rendered video.