I've created 3 layers and added to a parallax node in my game play scene;
I don't know why it crashes when I'm enabling touch, self.isTouchEnabled = YES; on one of my layers; I want that touch to be enabled to all my layes
Note: registerWithTouchDispatcher and ccTouchesBegan:(NSSet *)touches withEvent:(UIEvent *)event methods are implemented into each .m file of the layer (including game scene).
Any clue how to fix this?