Hey all,
I have 2 tilemaps to allow playground to scroll infinitely. It works fine, but the problem is, the background would stop moving a while when swap.
I use Parallax to create a 3D -- background are 2 CCSprite which are big png files, frontground are 2 big tilemaps. I then move whole layer according the player's location. The background moves without any problem, however, the other one looks ugly.
Could any one please tell me how to solve this problem? Thanks.