Enable button if level is empty

Hello all,

Well unfortunately yesterday my post got lost so here I go again.
(Thanks for the help Colin)

Here’s the deal:

I have main.swf and child.swf. child.swf is loaded into level 2 of main.swf

On click of a button within main.swf I want child.swf to load and the main.swf’s buttons to be disabled. I hope this makes sense to someone 'cause I’m really clueless and frustrated.

[COLOR=RoyalBlue]if (_level2 = “aboutacknowlege.swf”) {mybutton.enable = false;
} else {mybutton.enable = true;
}[/COLOR]
:stuck_out_tongue_winking_eye: :trout: