摘要: cocos2d 1.0及其以上版本游戏动画随笔; 1 -(id)init 2 { 3 self=[super init]; 4 if (self) { 5 CCSprite *sp=[CCSprite spriteWithFile:@"Space.png"]; 6 sp.anchorPoint=CGPointZero; 7 sp.opacity=100; 8 [self addChild:sp z:0 tag:1]; 9 //分数10 CCLabelBMFont *lbScore=[... 阅读全文
posted @ 2012-09-06 23:48 反斗奇兵 阅读(273) 评论(0) 推荐(0) 编辑