Button in a movie clip doesnt work

i have a movie clip on stage called “hand” and it calls a movie clip named “menu” which in its inside, with thats script:

on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(20);
}
the mc named " menu" has button in it, but they dont work… please help me…
thnx