Hi, sorry for my english , im french xD
I have a question:
I have a multiple instances of an object "banana" , and banana is on family "Food"
When LMB is pressed and mouse is on Food, the variable "selected" of Food change to "true" so its change the variable of banana where mouse is on.
When Food selected is true -> Make Food.xy on Mouse.xy
How can i said this : If 1 Food is already selected then its not possible to select an other Food?
Because currently, if i select an banana and i moove with it on another banana, it select it too -> 2 Food are "selected"
Thanks a lot!