翻了一下文档好像没有tween.pause tween.resume之类的api

只能用paseAction了
停止缓动?
.stop
刚刚用过。ActionManager中有个方法pauseTarget(Node)
谢了,感觉这用法有点繁琐,要先new了才能pause
用上了 this.node.pauseAllActions
cc.tween 会返回一个tween ,你应该可以对这个tween进行操作
目前我用的stop
翻了一下文档好像没有tween.pause tween.resume之类的api

只能用paseAction了
停止缓动?
.stop
刚刚用过。ActionManager中有个方法pauseTarget(Node)
谢了,感觉这用法有点繁琐,要先new了才能pause
用上了 this.node.pauseAllActions
cc.tween 会返回一个tween ,你应该可以对这个tween进行操作
目前我用的stop