20/04/2007, 08:03
|
| | Fecha de Ingreso: octubre-2003 Ubicación: edison 45 74 santiago chile
Mensajes: 38
Antigüedad: 21 años, 1 mes 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 |