Tagged Questions
3
votes
1answer
203 views
How do I implement a selectable world map?
I want to have a selectable map of the world, preferably zoomable, in a cocos2d project. When I tap on a country, I want that country to be selected so that I can perform some other operations with ...
1
vote
0answers
196 views
How to load big size CCTMXTiledMap in cocos2d?
I am try to design a cocos2d game that with a big world. The wolrd tiled map is very big, maybe 20 ipad screen sizes. I want to know how to load CCTMXTiledMap into screen? If I directly add it to ...