Hi

I have a Movieclip called "Button" with two frame inside, frame 1 and 2. I want that in rollover the button go to play it's frame 2 but is not working.

On rollover the movie "Button", the mouse arrow changed to the hand but nothing happend.

This is the script I'm using:

this.Button.onRollOver = function() {
gotoAndPlay(2);

}

Any ideas?

Thanks

Alex