摘要:
特殊动作:CallFuncCCCallFunc动作允许你从一个动作中调用一个方法。在连续动作的结尾这个方法很有用。举例:id actionTo = [CCMoveTo actionWithDuration: 2 position: ccp(s.width-40, s.height-40)];id actionBy = [CCMoveBy actionWithDuration: 2 position: ccp(80,80)];id actionCallFunc = [CCCallFunc actionWithTarget:self selector:@selector(doATask)];id 阅读全文
posted @ 2012-04-10 16:23
pengyingh
阅读(1431)
评论(0)
推荐(0)


浙公网安备 33010602011771号