Hi,
like the title says I'm trying to "unpick" the instance of an object.
For example:
I have an "on-Click" event on an object. C2 picks now the clicked instance of the object. But within the Event I want to do actions with other instances from the same object.
For Each is working as well as calling a function to solve this problem. But I'm looking for a better way to solve this problem.