chipmunks: how to make to objects stick together after they hit each other
Hi I am using chipmunks on my cocos2d project. I have two objects and when they collide, I like them to join and m开发者_如何学编程ove together like one object? How can I do that?
Thanks
Use a collision callback and add a joint between them.
精彩评论