26/11/2004, 20:55
|
| Moderador | | Fecha de Ingreso: julio-2003 Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 21 años, 4 meses Puntos: 406 | |
Hola Sab_TATO:
Coloca en ese botón este código:
on (release) {
this.onEnterFrame = function() {
this.prevFrame();
if(this._currentFrame==1){
this.onEnterFrame=null
}
};
}
Espero haberte sido de ayuda. |