I have a focus problem (or whatever you would like to call it)...
Let's say, to make this easy to understand, I have an "Activ object 1" and a button of a sort. The "Active object 1" is duplicated into three copies in the game, but given different values. Now, when I click one of these "Activ object 1" I want its specific values to show (and it does, with a counter) and I want its animation to play when I hit the button. And that is the problem. Because when I hit the button all "Activ object 1" start to play their animations and not only the object i just clicked.
So, how do I set focus on the object i just clicked so that just that object do whatever i want it to do.