Tag Archives: CGPoint

How to save data or score in Android Cocos2D?

By | June 11, 2012

Hello Friends Today I will show you how to save data in cocos2D android in a database and reload it when the game starts. This has been always a problem withe game developers for cocos2D android. I will show you a way to save almost any number of data in a database using SQlite in… Read More »

How to shoot a bullet in the direction of touch in Box2D iphone?

By | December 10, 2012

write the below code in “ccTouchesBegan” function and you are done. Here the ballBody represents the bullet body. You can increase the power variable to increase bullet speed.