Code to change the color of a movie clip to red.
import flash.geom.ColorTransform;
var mc:MovieClip;
var ct:ColorTransform = new ColorTransform();
ct.rgb = 0xFF0000;
mc.transform.colorTransform = ct;
Subscribe to:
Post Comments (Atom)
The beginning of everything 3D
0 comments:
Post a Comment