Jump to content
Search Community

unable to tint a button symbol

friendlygiraffe test
Moderator Tag

Recommended Posts

I have two symbols, mc1 & mc2. mc2 is a button symbol but it does not tint using this code. Does TweenLite not work on button symbols?

 

AS2:

 

import com.greensock.TweenLite;
import com.greensock.plugins.TweenPlugin;
import com.greensock.plugins.TintPlugin;
TweenPlugin.activate([TintPlugin]);

TweenLite.to(mc1,1,{tint:0xFF0000});
TweenLite.to(mc2,1,{tint:0xFF0000});

Link to comment
Share on other sites

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...