Problem with the Tutorial

Hi Everyone,

I’m new to Cocos2d. I have experience with C# and am getting more comfortable with C++. I tried to work through the tutorial but when I get to chapter 4 I compile and run the code but nothing happens when I click. I realize it may be a bit dated but what is wrong with the tutorial code that is not detecting clicks/touches?

Thanks.

Sorry, I fixed it. I initially left the HelloWorld.png background and that wasn’t letting the clicks get noticed. Why is it that when I change the background to the CCLayerColor it works but not when I use a Sprite as the background?