cocos2d 精灵无法显示

CCSpriteFrameCache* frameCache=;
;

if ((self = ))
{
	NSMutableArray* frames = ;
	for (int i=0; i<32; i++)
	{
		NSString* file = ;
		CCSpriteFrame* frame=;
		;
		
	}
	CCAnimation* anim = ;
	
	CCAnimate* animate = ;
	CCRepeatForever* repeat = ;
	;
	
	;
	
}

以上是我精灵的代码

Scene中的代码

	CGSize screenSize =  winSize];
	Fish* fish = ;
	fish.position = CGPointMake(screenSize.width / 2,screenSize.height/ 2);

可我的精灵没有在屏幕上显示

虽然生成了Fish的instance但是木有把它加到scene或者layer上吧.
下面的代码加一句;试试.

我有添加哦~

;

有这句~~~