Código :
MovieClip.prototype.reverseMovieClip = function() {
this.onEnterFrame = function() {
if (this._currentframe == 1) {
delete this.onEnterFrame;
}
this.prevFrame();
}
}
miBtn.onRollOver = function() {
delete this.onEnterFrame;
this.play();
}
miBtn.onRollOut = function() {
this.reverseMovieClip();
}pero no se donde ponerlo
Os dejo tambien un ejemplo del boton y si algun alma caritativa puede k me ayude....
http://rapidshare.de/files/9033318/boton.fla.html
Muchas gracias
