How to recognize the presence of a color pixel and no color pixels? I have two sprites, 1 ball and the second sprite is a map, if no color then the ball just flies and all, but as soon as there is a color burst.

In particular I want to recognize the region where no color is, but do it all the time. How can I implement this in cocos2d?

link|improve this question
feedback

1 Answer

take a look at this post on the cocos2d forum. http://www.cocos2d-iphone.org/forum/topic/2449 Hope it helps!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.