[]无法清除指定定时器

发起一个定时器: Laya.timer.loop(1000,this,this.fan);
当执行 Laya.timer.clear(this,this.fan);时,
控制台还是在执行 fan 函数里的代码
已邀请:

w1114367261

赞同来自:

Laya.timer.loop(100, this, looppp);
private function looppp():void 
        {
            trace("______________________");
        }
this.stage.on(Event.MOUSE_UP, this, onB);
private function onB():void 
        {
            Laya.timer.clear(this, this.looppp);
            SoundManager.playSound("res/sound/onClick.wav");
        }
我这边测试没有问题哦!你再查看下你的逻辑是不是有其他的逻辑影响

要回复问题请先

商务合作
商务合作