action on buttons to load a new movie into an MC called “mcload”
on (release) {
_root.mcload.loadMovie("file.swf");
}
Problem: Shows SWF that was originially loaded behind this one when button is pushed.
I need to know how to just clear the one that is loaded to begin with so that it doesn’t show through everytime I click a button to load a new SWF.
Thank you in advance.