Rollover to do two things?

I have 2 movie clips in my menu bar, subscribe & contact-mc, for which frame 1 is the “off” look and another frame brings up the “rollover” look with subcategories.

When I roll over other menu items I want these buttons to go back to their “off” state, frame 1.

So I put:
on (rollOver) {
_root.subscribe.gotoAndPlay(1);
_root.contact-mc.gotoAndPlay(1);
}

Subscribe works fine but not Contact-mc-- anyone have any suggestions? :rocker: