Collision Detection issue

Would be helpful if you posted your code too. However, if the zebra crossing node is the first thing that your collision ray is supposed to hit, you can sort the collision entries by calling sortEntries() on your CollisionHandlerQueue and this will it so the zebra crossing entry will appear first.