for (d=2; d<j; d+=4){ mc = fotik.duplicateMovieClip("fotik"+d, this.getNextHighestDepth()); mc._x = arrPhoto[d+2]; mc._y = arrPhoto[d+1]; mc.MyVar = "Pokemons forever!"; }