tags:

views:

46

answers:

1

Hello developers,

I am using chipmunk cocos 2d iphone ,in which i have to show stack fall effect when the objects are placed on the edge of other object.My idea is to develop the effect like "Tower Box " game. I would like to know which properties of shape or body will create effect like "Tower Box " game .please let me know how can I fall that stack.

A: 

For these effects you need a physics library. For 2d games box2d is quite good.

Toad
As you are apparently unaware of the chipmunk physics library, I will simply let you know that the cocos2d for iPhone framework comes with the chipmunk physics engine along side it, hence the statement "I am using the chipmunk cocos 2d iphone"
Ed Marty