Hi CCFamily ;)
I've been struggling near a week and half in order to be able to have a CCLayer and CCSprite handling its own touch events. Let me explain: I have a CCLayer that, when detects the left or right swipes is gonna do something and I need a CCSprite which detects when I'm grabbing and moving it.
I'm using a Targeted touch event in both cases but seems that it is not swallowing the touches well... Maybe I'm not doing well when detecting if the touch location 'collides' with the CCSprite (right now with its texture).
Later, when I get home, I'll post the code used to detect the 'collision' with the touch location and the CCSprite object (which I think is goona be the problem)
Meanwhile, is there someone who could enlighten me please? Anyone could do a quick class about how Touches events for multiple targets are used?
Thanks a lot in advance to all
Cheers
Maruku