# Print problem in flash. Is there onPrintFinished event or similar?

**URL:** https://forum.kirupa.com/t/print-problem-in-flash-is-there-onprintfinished-event-or-similar/321551
**Category:** flash
**Created:** [April 22, 2011, 8:06pm UTC](https://forum.kirupa.com/t/print-problem-in-flash-is-there-onprintfinished-event-or-similar/321551 "2011-04-22T20:06:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bobetko](https://avatars.discourse-cdn.com/v4/letter/b/58f4c7/32.png) [@bobetko](https://forum.kirupa.com/u/bobetko)
#### Post date: [April 22, 2011, 8:06pm UTC](https://forum.kirupa.com/t/print-problem-in-flash-is-there-onprintfinished-event-or-similar/321551/1 "2011-04-22T20:06:53Z")

</div>

Who can explain why mc2 movie gets printed in snippet below?

mc1.\_visible = true;  
mc2.\_visible = false;  
printNum (0, “bmovie”);  
mc2.\_visible = true;

If I comment last line then mc2 is not printed. I assume the reason is that mc2 becomes visible before printNum is finished. So, is there a way to know if flash is done with printing?

Thanks.
