Hello all.
I’ve been trying to get this effect of having one movie clip duplicated several times to get a box like effect like-
o o o o o o o
o o o o o o o
o o o o o o o
I tried using -
onClipEvent(load){
for(i=0;i<100;i++){
this.duplicateMovieClip(“movieclip”+i,i)
_root[“movieclip”+i]._x=movieclip._x + (movieclip._width+5)*i
}
but this only duplicates it in a straight line. How do i get the _y also??
PS. I am using flash 5 so don’t send me mx flas.
Thanx
:goatee: