说明: cocos2d文字加速移动淡出代码 CCActionInterval* fadeout = CCFadeOut::create(10.0f); CCActionInterval* moveto = CCMoveTo::create(10.0f,ccp(400,300)); CCActionInterval* actionease = CCEaseIn::create(moveto,5.0); CCAction* act = CCSpawn::create(fadeout,moveto,acti
<gourimao> 上传 | 大小:469byte