im running a for loop to create a bunch of icons, i have a container as start object, nowin first loop object copies the container object, second time in loop it copies the newly created object instead of the original container, so all icons created are the same, not the effect i desire, is there some way you can create object based on name($i_icon) or similar so that new objects are unique?