Jump to content
Search Community

Recommended Posts

Posted

Be possible to control from most to least the brightness and contrast a movie with TweenLite using two buttons?

Posted

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}});
  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...