Código ActionScript :
on (release) {
_root.gotoAndPlay("Productos", 1)
}
on (rollOver) {
mc_animado.onEnterFrame = function(){
if (this._currentframe != 20) {
this.nextFrame();
}
else {
this.stop();
delete this["onEnterFrame"];
}
};
}
on (rollOut) {
mc_animado.onEnterFrame = function(){
if (this._currentframe != 1) {
this.prevFrame();
}
else {
this.stop();
delete this ["onEnterFrame"];
}
};
}[BOFH] Editado, el usar etiquetas de código nos favore a todos
