var action = cc.ActionTween.create(3, “height”, 100, 0);
this._panel.updateTweenAction = function(value, key) {
cc.log("–");
};
this._panel.runAction(action);
还是报错:target must implement actiontweendelegate
var action = cc.ActionTween.create(3, “height”, 100, 0);
this._panel.updateTweenAction = function(value, key) {
cc.log("–");
};
this._panel.runAction(action);
还是报错:target must implement actiontweendelegate
你是在jsb中运行的时候报错的么?
这个现在还没有修复,tween action基本上废弃了,不推荐使用(事实上它的测试例和文档都没有)



对,在jsb中。看来是没修复