CCCallFunc

来源:互联网 发布:adobe cc mac 注册机 编辑:程序博客网 时间:2024/04/30 17:48
 local moveAction=transition.sequence({
            CCMoveTo:create(5,CCPoint(self.allPoint[self.pointIndex].x,self.allPoint[self.pointIndex].y)),
            CCCallFunc:create(handler(self, self.entityMove))
        })
0 0