views:

7

answers:

0

Hello everyone,

I try to create my own tile map dynamically such as some buildings created with the help of database. I try to use CCSprite on object layers. However, when i scroll the map, also CCSprites' move too. I don't want to move all of the Sprites whenever player scrolls the map. (For performance issues) Then, I decided to create my own CCTMXLayer over the background layer. How can i create my own CCTMXLayer dynamically?