我发现更新版本到2.2.2后
cc.Sequence.create(cc.FadeIn.create(this.currentWaitTime), cc.CallFunc.create(this.onUpdate,this)); ``` 这样调用cc.CallFunc不起作用了
我发现更新版本到2.2.2后
cc.Sequence.create(cc.FadeIn.create(this.currentWaitTime), cc.CallFunc.create(this.onUpdate,this)); ``` 这样调用cc.CallFunc不起作用了