Is there an way of checking if a sprite is overlapping a sprite, which is overlapping a different sprite? What I'm trying to do is pick the sprites that contain a specific variable and check if those sprites are overlapping each other and if they are, then check if they also overlapping this one other sprite. Right now I have:
System->pick all, is overlapping
Subevent->System->pick all, is overlapping
but it doesn't work all the time AND it keeps the original overlapped sprites picked and I don't want that.