Mc inside mc problem, help!

hey! i have mc2 inside an mc1

i need to tell mc2 that onRollOver gotoAndPlay frame “insurance” in the main (root) timeline. please help, it is not working!!

what i did:

mc1.mc2.onRollOver = function(){
_root.goToAndPlay (“insurance”)
}