[quote:28d59hxy]Still having trouble figuring out how to use that now to pick the sprites overlapping those two sprites while excluding the two sprites themselves.
Add Sprite to a family such as blue
Then do something like this:
+ Sprite: Pick by 'foo'=1 or 'foo'=2
+ Sprite: overlaps Blue : offset (0,0)
+ Blue: Pick by 'foo'!=1 and 'foo'!=2