I am starting out Android Cocos2D from here. I see that a sprite image can be added directly.
However, I already got myself a huge sprite sheet, it got every single sprites used in the game.
Is there some sort of function call in Cocos2D that I can simply just specify "I want to draw a portion (x1,y1) to (x2,y2) from the sprite sheet to a location on CCGLSurfaceView"?