Hi, > Did you step into addItem? Yep. The first item is added correctly as is the second but after the second is added the original list changes.
> Honestly, I'm not sure addItem of parented items is supposed to work. Could see why that might be an issue, but I would expect the first list to have less items not more in that case. Changing to use a for index loop rather than a for each loop fixes the issue which to me indicates it a Flash Player issue related. The items are in the same order for a for each and the index loop and in both cases it loops 3 times. Thanks, Justin