Cocos--2

切换场景

    test(){
        director.loadScene("scene-001");
    }

 只执行一次的计时器(快捷方式)


 this.scheduleOnce(function() {
     // 这里的 this 指向 component
     this.doSomething();
 }, 2);

你可能感兴趣的:(Cocos,cocos2d)