Since in event 139 you pick one instance of Buildings (last created), you can't check if it's overlapping other Buildings in sub-events. Because the picked scope of "Buildings" has only one instance.
You need to check if Buildings family is overlapping Building sprite.
If you have multiple building sprites in the family, then create another family BuildingsClone. And check if Buildings is overlapping BuildingsClone.