Hi,
for checking if the next random position of an object is "free" for placing on the map, I want to randomize these until a space is found.
Anyway, I got multiple objects which should not be "in the way".
So, I want to use OR conditions inside the while-Loop to check if the new position is overlapping any of these objects - without Families, Containers or another background.
This question was asked before, but not answered.
Could you help me? Thanks!