Sounds like a strange question I know.
removeChild();
addChild();
the problem occurs when I remove the button, the button has been exported for actionscript, when I remove the button to change the page/page layout, when I return to the page, the button remains in its "over" state.
so im wondering if there is a way to reset it either before its removed or when its added.
I cannot use gotoAndStop(1);
because I am working in a package file.