Hi,

I currently have a button with the following code:

on (release) {
setProperty ("_root.main.options", _visible, true);
print(_root.main, "bframe");
}

This brings up the print confirm screen. Once the user selects either print or cancel, I want to reset the visible property of my options mc to false. Is this possible?

Thanks a bunch,
Debbie