I only started Cocos2d. Can someone explain plz how to create animation with several frames where all frames are different images or how to use and create on image and *.plist file?
you need to create an object of CCAnimation, add all the image frames in it, then create an object of CCAnimate add the CCAnimation object in it. then use the CCAnimate object in runAction of your main object.