Usually one may create an "image file based" sprite using CCSprite ... initWithFile:
Is there any possibility to create a sprite using several images? Some of these images have got transparent regions.
Also, one more question: may I replace an sprite image? Or should I destroy the sprite, and create a new one instead?