PDA

View Full Version : [FMX] print



Yeroeni
September 30th, 2004, 08:14 AM
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

Yeroeni
October 1st, 2004, 04:35 AM
This is my code:



_root.myScrollPane.setScrollContent(figure)


for(i in _level0){ trace ( _root[i] ) }// 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