cocosCreator 节点使用tween后 点击事件被取消了

cocosCreator 节点使用tween后 点击事件被取消了

你应该是调用cc.Tween.stopAllByTarget吧,确实有这个问题。可以先在node上再包一层node,对新的node执行tween​:joy: