Hi I am using chipmunks on my cocos2d project. I have two objects and when they collide, I like them to join and move together like one object? How can I do that?
Thanks
Hi I am using chipmunks on my cocos2d project. I have two objects and when they collide, I like them to join and move together like one object? How can I do that?
Thanks
Use a collision callback and add a joint between them.