Problem with button tutorial :(

Hello guys,
I’m doing a site and want to add more complex buttons to it.
I did this tut http://www.kirupa.com/developer/mx2004/button_effect.htm
The problem is that the button will work with the “getURL” function but it will not work with the"gotoAndStop" function…
At the end of the code
this.onRelease = function(){
getURL(“http://www.kirupa.com”,"_blank");
}
Can anyone tell me why ?
From what I know it should work…
The code I’m using
this.onRelease = function(){
gotoAndStop(“main”,1);
}
Please help…
Thanx in advance :slight_smile: