1

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

Emmy
  • 3,949
  • 5
  • 28
  • 30

1 Answers1

0

Use a collision callback and add a joint between them.

slembcke
  • 216
  • 1
  • 1
  • 2
    Thanks for your reply. That is what I did. But does not work very well. What kind of the join do you recommend? I tried pinjoin, slidejoin. – Emmy May 03 '11 at 09:14