Hi ppl,
Can anyone help me please? I encountered another issue. From attaching movieclips like this what happens is I can click on it a few times and then it opens one of the other clips. Yet I used stop(); in the actions layer.
Why is this am I missing something?
[color=green]menu_mc.admin_btn.onRelease = function() {
_root.box.attachMovie(“admin_mc”, “panel”, 99);
};[/color]