Never used GTween before, but Grant is joining forces with Jack Doyle of TweenLite, and that library is incredibly easy to use. If the possibility exists, you might want to switch libraries, and soon, you should get the best of both worlds.
2009/4/9 Jiri <[email protected]>: > I am experimenting with GTween from Grant Skinner. I cant seem to figure out > how to do a color transform. Does somebody know how to do that? > Here is what i have: > > import fl.motion.easing.*; > import com.gskinner.motion.* > > var colorInfo:ColorTransform = clip.transform.colorTransform; > > trace(colorInfo); > > var myTween:GTween = new GTween(clip,2,{color:0xFFcc00}); > myTween.setAssignment(clip.transform,"colorTransform"); > > //resulting in flickering of color of the clip. > > Jiri > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- The Random Lines My online portfolio www.therandomlines.com _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

