# \[FMX\] print

**URL:** https://forum.kirupa.com/t/fmx-print/65890
**Category:** flash
**Created:** [September 30, 2004, 12:14pm UTC](https://forum.kirupa.com/t/fmx-print/65890 "2004-09-30T12:14:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Yeroeni](https://avatars.discourse-cdn.com/v4/letter/y/7993a0/32.png) [@Yeroeni](https://forum.kirupa.com/u/Yeroeni)
#### Post date: [September 30, 2004, 12:14pm UTC](https://forum.kirupa.com/t/fmx-print/65890/1 "2004-09-30T12:14:18Z")

</div>

I’m trying to print a mc which is placed into a srollPane.  
But flash prints not only my mc, but everything wich stands on the stage.

Can somebody help me with this problem?

greetz,

Yeroeni

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 1, 2004, 8:35am UTC](https://forum.kirupa.com/t/fmx-print/65890/2 "2004-10-01T08:35:10Z")

</div>

This is my code:

```auto
 
_root.myScrollPane.setScrollContent(figure)
 
 
for(i in _level0){ trace ( _root* ) }// Although I've set figure as my scroll 
				 // content, figure is still shown as 
				 // _level0.figure
 
// So I should print fire like this ?
// This doesn't work
 
bt.onPress = function(){
	print("figure","bmovie") // This doesn't work
}
 

```

Is there someBody who Can help me out?

Greetz,

YEroeni
