Aaaaaaand still im doing something wrong.
I have object BUSH and 10 copies of it on Layout.
BUSH have variables Key and Value. Key of each instance is the same, for example Rose, value is sequential number and different for each instance. And of course UID each unique.
I have text area Debug.
I have events:
Mouse on Left button Clicked
Sub-event:
Text Name "Debug" -> Append BUSH.Key, Append BUSH.Value, Append BUSH.UID
And output is always the same (from the first copie of BUSH on Layout - Rose 1 16) no matter which instance was clicked.