How to display flying tile of images in Android

Hi all,

I want to display around 50 images on a screen and which can be dragged from one position to any and swapped with other images. Please let me know how can I achieve this using cocos2d. If possible, please provide me the source code.

Regards,
cocodroid

I suggest you running tests and refer the corresponding codes.
I think you can modify sprite’s position in ccTouchesMoved.

Yeah, I have tried running tests and able to customize accordingly. But, I am unable to create multiple sprites at once.