假如已经有一个moveBy动作
已经使用this.node.runAction启动了,从a移动到b
如何将它停止呢?
我调用this.node.stopALLActions()不能停止这个动作吗?
Simulator : 100:TypeError: this.node.stopALLActions is not a function
2
at a (F:\cocos2dProject\english_run\library\bundle.project.js?009:NaN:0)
假如已经有一个moveBy动作
已经使用this.node.runAction启动了,从a移动到b
如何将它停止呢?
我调用this.node.stopALLActions()不能停止这个动作吗?
Simulator : 100:TypeError: this.node.stopALLActions is not a function
2
at a (F:\cocos2dProject\english_run\library\bundle.project.js?009:NaN:0)
你的方法名都写错了,那肯定会报错咯,你可以试着去查看一下API. 应该是这样的
脑残了。。。多谢大神