How can I create a single sprite from 2 sprites?

I need to stick two sprites together in one single sprite. How can I do this? :slight_smile:

If you need that to move one sprite with other together or something like that then you can just add second sprite as a child of the first sprite with addChild method or if you need to put them together on one texture then you can use CCRenderTexture.