Open
Description
this assertion requires that target should be an ActionTweenDelegate
, but there is no javascript binding about ActionTweenDelegate
void ActionTween::startWithTarget(Node *target)
{
CCASSERT(dynamic_cast<ActionTweenDelegate*>(target), "target must implement ActionTweenDelegate");
ActionInterval::startWithTarget(target);
_delta = _to - _from;
}