I want to show an effect of falling blocks which settle down at pre-determined position after some falling animation.
Can this be done without using physics engine?
I want to show an effect of falling blocks which settle down at pre-determined
Share
I found a better and easier way to do this in cocos2d by using CCJumpTo action
Where sp is the CCSprite for the block.