[Tweener] Overwrite last tween with _color property
Kisu
kisudvd at gmail.com
Tue May 26 14:04:19 PDT 2009
Hi! I have a some problem with 'overwrite' attribute using with _color
property. It seems doesn't overwrite last tween. I have a look into the
Tweener.as:
if (p_obj.overwrite) removeTweensByTime(nTween.scope,
nTween.properties.concat(nTween._specialPropertySplitterList),
nTween.timeStart, nTween.timeComplete); // Changed on 1.32.74
and I replace that with:
if (p_obj.overwrite) removeTweens(nTween.scope);
and now it works fine.
Is there a bug?
Thanks, Kisu
More information about the Tweener
mailing list