raskolnikov
04-24-2006, 07:47 AM
for (i=0; i<50; i++) {
duplicateMovieClip(square, "square"+i, i);
}
this works fine but only one object holds the text field. the others don't have it. why is that? do i have to duplicate more text field
duplicateMovieClip(square, "square"+i, i);
}
this works fine but only one object holds the text field. the others don't have it. why is that? do i have to duplicate more text field