Complex Button RollOver/RollOut Effects - linking problem

Hey there…
First off…and first post. Thanks for everything on this site!

I am using the code the Complex RollOver/Out effect (http://www.kirupa.com/developer/mx2004/button_effect.htm) and
how ever, the GetUrl works fine, but what I’m trying to do is go to a frame, for some reason, when I switch out the Get Url code, with a gotoandPlay command, it’s not working.

See below…

THIS DOESN’T WORK…:frowning:

this.onRelease = function(){

gotoAndplay(41);

}

BUT THIS DOES…:h:

this.onRelease = function(){

getURL(“http://www.kirupa.com”,"_blank");

}

[FONT=Arial][SIZE=2][FONT=Verdana][SIZE=4][COLOR=#003366][/COLOR][/SIZE][/FONT][/SIZE][/FONT]