cmarcos Posted February 20, 2015 Posted February 20, 2015 Be possible to control from most to least the brightness and contrast a movie with TweenLite using two buttons?
Carl Posted February 21, 2015 Posted February 21, 2015 Yes, you can tween the brightness and contrast of any display object. Please view the Plugin Explorer here: http://greensock.com/tweenlite-as Take a look at ColorMatrixFilter import com.greensock.*; import com.greensock.easing.*; import com.greensock.plugins.*; TweenPlugin.activate([EndArrayPlugin, ColorMatrixFilterPlugin]); TweenMax.to(mc, 1, {colorMatrixFilter:{contrast:1, brightness:2}}); 1
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