Complex button rollover help

First off, im new here and love the site. havent had a chance to search the forums much but needed some help.

i was using this tut. kirupa.com - Complex Button RollOver/Rollout Effects

i would like to have this rollover go to another specific scene when clicked. the original…

this.onRollOut = function(){ rewind = true; } this.onRelease = function(){ getURL(“http://www.kirupa.com”,“_blank”); }

i tried changing the “getURL…” to “gotoAndPlay(“scene 2”, 1);” but it doesnt go anywhere? any help is appreciated thank you.