Avatar

Level 10

Hi,

That shouldn't matter, provided the hierarchy structure is the same, eg the same number of parents to get to the repeating object.

Also in your script the removeInstance parameter being expressed as "this.parent.index" wouldn't work, as the function does not know what "this" is. In my version it might need nother .parent, depending on your structure.

Niall