Search code examples
ioscocos2d-iphonecocos2d-x

Bouncing with left to right moving and vice versa for an image using cocos2d


how can i create an image with Bouncing ,left to right moving and vice versa using cocos2d


Solution

  • You can add Physics Engine and do create the effect. For simple tutorial Please visit the Ray Wenderlich tutorials. The tutorial has got the Box2D physics template.