Probably something simple I'm over looking...
Hi,
I'm trying to get a button located in a MC (which is manually dropped on the main stage) to enable a button located on the main stage thats not in that MC.
Here is the code I have on the actions layer of the main swf:
q1_mc.true_btn.onRelease = function() {
frwd_btn.enabled=true;
}
q1_mc is a quiz question that contains the true_btn
I want the frwd_btn which is outside of the mc and on the main stage to be enabled when they click true or answer the question in the quiz.
I have tried using _parent and _root for the frwd_btn but can't seem to get it to work.
I hope this makes sense.
I know it has to be something I'm just over looking.
Thanks,
Adam