Sign up to create your own snipts, or login.

Public snipts » corbanb's snipts » Tint MovieClip

posted on Sep 21, 2009 at 2:34 p.m. EDT in 
  • function tintColor(mc:MovieClip,colorNum:Number,alphaSet:Number):void {
    	var colorTransform:ColorTransform =mc.transform.colorTransform;
    	colorTransform.color = colorNum;
    	mc.transform.colorTransform = colorTransform;			
    }
    
    tintColor(sprite1, 0xff0000, .6);
    

    copy | embed

0 Comments

Sign up, or login to leave a comment.