I am using the multitouch example approach to detecting multiple touches. So I am detecting touch actives > 0 in a zone. But when I have conditions to check if the touch actives = 0 separated by OR (logical), it doesn't work the way I would expect. It seems like the conditions only return true if both touch sensors are present, meaning single touches don't return true. Has anyone else run into this sort of issue?

Mobichan

PS. I am using the latest release build NOT the beta. This problem occur in both the debugger and the built app.