Creator 版本:2.3.2
目标平台: web android
详细报错信息,包含调用堆栈:
重现方式: node 节点 挂一个 Sprite 组件, 使用 filled type , 代码里面使用 cc.tween 改变 Sprite 的 fillrange 属性值, 直接切换到其他 场景, 程序崩溃
之前哪个版本是正常的 :
手机型号 :
手机浏览器 :
编辑器操作系统 :
编辑器之前是否有其它报错 :
出现概率:100%
额外线索:
let sp = this.node.getChildByName(‘testNode’).getComponent(cc.Sprite);
cc.tween(sp).to(100,{fillRange:1}).start();
动作没做完之前 跳转场景 崩溃