greensock / GreenSock-AS3

Public repository for GreenSock's ActionScript 3 libraries like GSAP (TweenLite, TweenMax, etc.) and LoaderMax. For AS2, see the GreenSock-AS2 repository and for JavaScript, see the GreenSock-JS repository. Main site: http://www.greensock.com
409 stars 144 forks source link

ColorTransformPlugin #9

Closed nuthinking closed 8 years ago

nuthinking commented 10 years ago

Documentations says to use the following syntax: // once TweenPlugin.activate([ColorTransformPlugin]); // when needed TweenLite.to(mc, 1, {colorTransform:{tint:0xFF0000, tintAmount:0.5}});

But I get: Error #1069: Property colorTransform not found on flash.display.Sprite and there is no default value.

I saw online a syntax without the nested object but then I get "tint not found ....".

Thanks!

jackdoyle commented 10 years ago

Hm, I just tested that and it works perfectly. Can you please post a simple FLA that demonstrates the issue in the forums at http://forums.greensock.com so that we can publish on our end and see what's happening? You are using the latest version of all the GreenSock classes, right?