I have several clones of an item. Say, we have 3. When 2 are destroyed, I need to address the one that is left. You do not know which one will be left as the last one.
Then I need to address the last item - like get their position or something else, like item.x and item.y
I thought that when all clones but one are removed, item.x will automatically refer to the last clone. However, this is not always the case and seems to not work reliably.
Is there a way to make this work?