Hi guys I'm having trouble in simplifying this "problem":
Imagine that I have 20 fields, 20 objects and a button. I want to drag n drop each object to a field and the button will only show after all the fields are overlapping/being overlapped.
I can only think at some really monstruous solution: I create a variable for each field and I need to check for each field if they are overlapping/being overlapped by each object and then update the variable. When the 20 variables have a determined value, the button will appear.
Is it possible to simplify this challenge?
Thanks in advance guys for any help :)