Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/08/2005, 04:04
xus
 
Fecha de Ingreso: enero-2004
Mensajes: 23
Antigüedad: 20 años, 3 meses
Puntos: 0
me valdria algo así ?

mclip.onEnterFrame = function() {
if(this._currentframe == this._totalframes) {
this.stop();
}
};