how to detect collisions between CCSprite transparent with a point?

Hi…

i had read this tutorial : http://www.cocos2d-x.org/projects/cocos2d-x/wiki/Chapter_5*-*How_to_Detect_the_Collisions

i am using cocos2d-x 0.8.3 ,how to detect collisions between CCSprite transparent with a point ?

thanks…

The tutorial is as simple as only graphic module is used.
You may consider to use box2d in complex collisions.

ooww… thanks Walzer Wang. :slight_smile: