I am able to implement particle system in cocos2d and now i want to attach my particle with a dynamic b2Body, so that, it can follow the body.
I have found a tutorial about Cocos2D Particles Following b2Body at [this site]. But not understand "how to use" section. Can any one please tell me, how can i attach my particle with my b2Body?