Hi.
I'm making a coloring book for kids. My problem at the moment is the printing... There are several frames where each frame contains a drawing, and the user can print it out, before or after they have filled it with color.
Since I can't figure out how to print specific frames and multiple layers, I'm wondering if I could do something like this:
When the user wants to print the current drawing, all the movieclips on this frame are copied to a different movie, which is then loaded into an empty movieclip (movieclipholder) and then printed.
Am I way off on this one, or is there some sense in my idea? Any suggestions on how to solve this would be appreciated!