Question
Printing all asets that appear on the stage?
What is the simplest way of print all the various shapes,
sprites and movieclips that I have dynamically displayed on the
stage? I know the PrintJob class accepts 1 sprite with its
PrintJob.addPage() method, but I don't want to create a new sprite
and all everything to that (and position everything relative to
eachother) - seems like I'd be duplicating what I do for displaying
stuff visually. This would also mean every time I want to print the
entire stage of a project, this code would have to be custom - very
inefficient.
So, I think I might be missing something obvious (I hope so). Any thoughts?
So, I think I might be missing something obvious (I hope so). Any thoughts?