cocos2dx --- Action介绍 (二)
摘要:
有时需要指定在某一个时刻有谁执行某个动作,此时就有必要使用CCActionInstant继承树中一类特殊的类,即CCCallFunc家族。 CCCallFunc家族主要有四个类: 1 CCCallFunc *CCCallFunc::actionWithTarget(SelectorProtocol* pSelectorTarget,SEL_CallFunc selector); 2 CCCallFuncN *CCCallFuncN::actionWithTarget(SelectorProtocol* pSelectorTarget,SEL_CallFuncN selector)... 阅读全文
posted @ 2013-05-15 16:30 chchpd 阅读(319) 评论(0) 推荐(0) 编辑