simple tint
import com.greensock.*; TweenMax.to(mc, 1, {tint:0xff0099}); //Remove tint TweenMax.to(mc, 1, {removeTint:true});