background->runAction(CCSequence::actions((CCOrbitCamera::actionWithDuration(1,1,0,0,90,0,0)),
(CCCallFunc::actionWithTarget(this,callfunc_selector(HelpScene::ShowBCard))),NULL));
CCTexture2D* texture = CCTextureCache::sharedTextureCache()->addImage("MenuBackground.jpg");
background->setTexture(texture);
background->setVertexZ(background->getContentSize().width/2);
CCDirector::sharedDirector()->setProjection(kCCDirectorProjection2D);
RT,以上是代码,写到这我就不知道怎么改好,我想替换掉图片的同时,让精灵继续翻动,请指点一下,谢谢各位
