ColorTransform messing up timeline animation.
i dynamically set color using function in colortransform.
function setcolor(o:displayobject,color:uint):void { var mycolor:colortransform = o.transform.colortransform; mycolor.color = color; o.transform.colortransform = mycolor }
i have short timeline animation in flash cs5 height grows little bit, , not grow.
it grows in preview, not after compile. if comment out color transform function, height animates correctly.
any appreciated thank you.
changing displayobject's appearance actionscript break concurrent timeline tween. remedy, use actionscript or use timeline.
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment