Animated Buttons

Hi I’m sorta new to Flash animated buttons. I have an Animated Menu in Flash. I found the tutorial online and the pulldown menus work fine. The problem I have is trying to link the button in the pulldown to another scene. If I use GetURL it works fine, but not if I try to go to a new scene:

So the button states are within the movie clip.

on (release) {
gotoAndPlay(“images”,1);
}

Any help. This has been beating me for days now.

Thx