hola Haroldcha:
aca te dejo este codigo
Código:
on (rollOver) {
this.onEnterFrame = function() {
if (this._currentframe=1) {
play();
}
if(this._currentframe >= this._totalframes){
delete onEnterFrame;
}
};
}
on (rollOut) {
if (this._currentframe>1) {
this.onEnterFrame = function() {
prevFrame();
};
}
}
espero te sea de ayuda...
saludos
...