Good afternoon,
I'm starting to understand cocos2d, I just can't find information on my question
There is an object on the screen (myButton name), how do I know if the user clicked on it?
I create a function, and then what? I'm used to hitTest, but what's the philosophy here?
-(void) ccTouchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {