PDA

View Full Version : duplicate obj with text field that goes missing


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

Xeef
04-24-2006, 11:16 AM
duplicateMovieClip is not realy duplicating anything atall :p
it's simply makes a copy from the original (original is either what's in the library or what you have placed by HAND on the stage) so any changes made by acrionscript aren't copyed !