Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/09/2005, 11:22
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Hola lucasiramos:
Prueba con éste código para un escenario de 550 x 400:
onClipEvent (enterFrame) {
this._x += (275-this._x)/4;
this._y += (200-this._y)/4;
if (this._xscale<300) {
this._xscale = this._yscale=this._xscale+10;
} else {
delete this.onEnterFrame;
}
}

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/