En los dos mcs!
Action dientro del mC "m0":
Código :
i = 1;
while (Number(i)<10) {
duplicateMovieClip("m0", "m" add i, i);
setProperty("m" add i, _alpha, getProperty("m" add (i-1),_alpha)*0.75);
setProperty("m" add i, _y, getProperty("m" add (i-1),_y)+3);
i = Number(i)+1;
}Archivo:
http://www.pontoflash.com.br/sources/actionscripts/espelho.zip
[ mx ] usa las etiquetas code para postear tu codigo
