Share Posted January 12, 2010 Just wanted to let you know that here: http://www.greensock.com/as/docs/tween/ ... lugin.html In the "Sample Usage" you are missing a } It says: TweenLite.to(mc, 1, {colorTransform:{tint:0xFF0000, tintAmount:0.5}); And it should say: TweenLite.to(mc, 1, {colorTransform:{tint:0xFF0000, tintAmount:0.5}}); Link to comment Share on other sites More sharing options...
Share Posted January 13, 2010 That has been corrected - thanks for pointing it out. Cheers! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now