I know that for traditional UIViews, I can set \"enable user interaction\" flag to NO, and the view will no longer respond to touches, letting the views below them receive t
Sprite Kit uses the zPosition value only to determine the hit testing and drawing order.
So you could put all your sprites higher than 0 if you don't want to hit them. And then so a simple logic test is zPostion>0