Ver Mensaje Individual
  #11 (permalink)  
Antiguo 07/02/2005, 02:33
Avatar de pulento
pulento
 
Fecha de Ingreso: noviembre-2002
Ubicación: En un pequeño, helado, obscuro reino... llamado Dinamarca.
Mensajes: 1.852
Antigüedad: 21 años, 5 meses
Puntos: 1
Para responder a la pregunta de mooguel k inicio el post....


En el primer frame de tu peli.
code-->



MovieClip.prototype.muevetecojones = function(finalValue){
this.onEnterFrame = function(){
this._x += (finalValue - this._x)/4;
}//function
}//muevetecojones


En tu boton
code-->



on(press){
_root.elMcAmover.muevetecojones(Math.round(Stage.w idth/2));
}


Salu2
__________________
http://www.flotdesign.dk/