Hello,

I have set up a mc buttons to print on release this is the code that I used

b10.onRollOver = over;
b10.onRollOut = out;
b10.onRelease = b10release;
function b10release(){
printNum(0,"bframe");
}
b10.buttText.buttonText.text = "Keypad Mode English Version";

This works well. The problem that I am having is that I have four different buttons set up to print four different documents. These documents are PDF that I have imported to the main library and placed on the stage.

The thing is that I can not get the different pages to print just the first one.

Not sure how to correct this.


thanks,
Jenn