Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/11/2008, 12:32
Avatar de NaRanJiTo78
NaRanJiTo78
 
Fecha de Ingreso: noviembre-2007
Ubicación: In the BeaCh
Mensajes: 874
Antigüedad: 16 años, 5 meses
Puntos: 10
Respuesta: Ralentizar movimiento de Profundidad

Lynxcraft, por lo que veo, hay que añadir:

Cita:
function Escala(mc1,datax,datay,tiempo) {
import mx.transitions.Tween;
import mx.transitions.easing.*;
var fxAlphaMCx = new Tween(mc1, "_xscale", Strong.easeOut,mc1._xscale, datax, tiempo, true);
var fxAlphaMCy= new Tween(mc2, "_yscale", Strong.easeOut,mc1._yscale,datay, tiempo, true);
}
Pero donde modifico los valores de ralentizacion?

Muchas gracias