what if there would be an if-else statement in the ontouch method. the first if clause would return false and while this (same) touch event the if clause switches onto the else clause (while the same touch). but the else clause returns true.
here is my question. the touch event first returns false in the if clause. the else clause returns true, but within the same touch event. is this possible, same touch event, but different return values (switching to the else clause)?