Is it possible to convert a CCSpriteFrame that was taken from CCSpriteFrameCache, and convert it into a texture that can be set on a sprite texture pro
CCSpriteFrame
CCSpriteFrameCache
Yes, it has a texture function:
texture
[[[CCSpriteFrameCache sharedSpriteFrameCache]spriteFrameByName:@"MyFrame"]texture];
CCSprites have a method called setTexture or something.
setTexture