Hello,
I have a problem using the function.
For example I have:
1. "if object1 overlaps with object 2"-> "object 1 set invisible"
2. "if object1 overlaps with object 2"-> call functionx
functionx->"object 1 set invisible"
Case 1: works ok only object1 is invisible
Case 2 : all objects are invisible.
Real case scenarios are more complex but how shall I use the function properly in this case?