Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/04/2007, 08:03
blackcat_70
 
Fecha de Ingreso: octubre-2003
Ubicación: edison 45 74 santiago chile
Mensajes: 38
Antigüedad: 20 años, 5 meses
Puntos: 0
Re: Menu Con Mascara

codigo:

on (rollOver) {
barrita.onEnterFrame = function() {
if (this._currentframe=10) {
this.nextFrame();
} else {
this.stop();
delete this["onEnterFrame"];
}
};
}
on (rollOut) {
barrita.onEnterFrame = function() {
if (this._currentframe =1) {
this.prevFrame();
} else {
this.stop();
delete this["onEnterFrame"];
}
};
}


// este es el javascript el boton
__________________
johni_Cat