Hola juanma,
    he probado tu codigo y me sigue pasando lo mismo.......he subido los
archivos a la siguiente direccion por si le quieres hechar un vistazo.
http://www.ppicrea.com/archivos2.zip

la verdad es que no tengo ni idea de que puede estar pasando...por mas que
lo miro no encuentro el fallo.

pepe cruz

----- Original Message -----
From: "juanma" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 02, 2001 12:41 AM
Subject: Re: [ASNativos] problemas con movieclips


> yo sacar�a la funci�n mover () del MovieClip y la pondr�a en un fotograma.
>
>   function mover(clip, parametro){
>    var movera=  parametro;
>       clip.onEnterFrame=function(){
>       if(movera=="2"){
>      this.frenado(78, -2);
>      this._width=73;
>     }
>        if(movera=="4"){
>      this.frenado(226, -2);
>      this._width=75;
>     }
>        if(movera=="6"){
>      this.frenado(376, -2);
>      this._width=75;
>     }
> }
>   }
>
> y la llamaria desde el bot�n:
>
>
>  btn1.onRelease=function(){
>   irapartado("resena_hist030610.swf");
>  }
>  btn1.onRollOver=function(){
>   _root.mover(pepe,2)
>   }
>
> //esta parte para que cese el evento onEnterframe
>
>  btn1.onRollOut=function(){
>   delete pepe.onEnterFrame;
>   }
>
>
>
> <!-------------------------------
> Lista ASNativos:
> subscripciones/desubscripciones
> http://www.sidedev.net/asnativos
> -------------------------------->
>
<!-------------------------------
Lista ASNativos:
subscripciones/desubscripciones
http://www.sidedev.net/asnativos
-------------------------------->

Responder a