2012. 8. 29. 16:52
if(containsTouchLocation(pTouch)){
CCSprite* pScroll2 = (CCSprite*)(this->getChildByTag(105));
if( pScroll2 ){
CCIcon* icon = ((CCIcon*)pScroll2->getChildByTag(100));
if( icon ){
icon->setTexture(this->getTexture());
}
}
}
'Cocos2d' 카테고리의 다른 글
CCAction 관리 (0) | 2012.11.27 |
---|---|
cocos2d-x CCLabelBMFont로 외부 폰트 출력시 주의해야할 점 (0) | 2012.10.09 |
cocos2d-x "color type 6" (0) | 2012.08.29 |
cocos2d-x CCTextureCache::sharedTextureCache()->textureForKey() (0) | 2012.08.28 |
cocos2d-x addChild()와 onEnter() (0) | 2012.08.24 |