hey! my issue is this. i have an MC called services_mc. Inside that I have insurance_mc. I need insurance_mc to onPress go to the anchor “insurance” in the main (root) timeline. This is my code in the first frame of root:
services_mc.insuranceBtn_mc.onRelease = function(){
_root.gotoAndStop(“insurance”)
}
Thanks sooooo much!!