Movie button problem

I have done an animated button (movie clip). It works fine with the fading on mouse over etc.

But how to do if I want the movie to go to, for example frame 20? I cant use

{
gotoAndPlay(20);
}

since the button is a movie clip.