hi man

博客园 首页 新随笔 联系 订阅 管理

bool  HelloWorld::init()

{

    CCTimer::timerWithTarget(this,schedule_selector( HelloWorld::testTimerCB), 1);

    this->schedule(schedule_selector( HelloWorld::testTimerCB), 1); 

        return true;

}

posted on 2012-11-25 19:18  KuPig  阅读(2078)  评论(0编辑  收藏  举报