Problem in MouseChildren Option!

Hello All ! :genius:
I have a doubt regarding **MouseChildren **in Flash as3, i am having a movieclip named as containermc and a button named as clickbtn inside containermc, Here i want to addEventListeners for both the movieclip and button! I used [FONT=“Courier New”]containermc.mouseChildren = false;[/FONT] to add click event listener to the containermc then i was not able to click the button, then i gave [FONT=“Courier New”]containermc.mouseChildren = true;[/FONT] then i was not able to click the containermc, and also i need to enable doubleclick to containermc movieclip. Is there any way to overcome this problem, any of our help will be more appreciateable.

Thanks,
Vikram V.