Complex Button RollOver/RollOut Effects

“Hello”:pir: Is anybody familiar with these actions? Does anybody know how to make it go to a scene?

(Rather than to a URL)

*[SIZE=1]//stop();

this.onEnterFrame = function(){
if(rewind == true){
prevFrame();
}
}

this.onRollOver = function(){
rewind = false;
play();
}

this.onRollOut = function(){
rewind = true;
}

this.onRelease = function(){
getURL("[/SIZE]*[SIZE=1]http://www.kirupa.com","_blank[/SIZE][SIZE=1]");[/SIZE]
}