First of all i wish greetings to all users, this is my first post , and I'm new to Cocos2D.
As beginner I have some question, so I need some help.
First, how can I move tiles inside tile map, for example if I create platform scene with layers, in one layer I have bricks ( tiles ) that I wish to move throught non used grid in tile map ? How can I move tiles by tile coordinate , for example from location 1,1 to location 2,1.
I figurate out how move tiles if I convert them to CCSprite, but I wish move them explicity by tile map coordinates .
Thanks