Código :
stop();
this.onEnterFrame = function(){
if(rewind == true){
prevFrame();
}
}
this.onRollOver = function(){
rewind = false;
play();
}
this.onRollOut = function(){
rewind = true;
}
this.onRelease = function(){
getURL("http://www.cristalab.com","_blank");
}pero no quiero q se valla a cristalab.com, sino a otra escena!, alguien me puede ayudar?
