1. Color 객체 1.setRGB myColor = new Color(MovieClip); -->myColor라는 이름의 칼라 객체 생성- 대상은 MovieClip myColor.setRGB(0x00000); --> RGB 칼라 적용 2.setTransform myColor.setTransform(colorTransformObject); Parameters colorTransformObject An object created with the new Object constructor. This instance of the Object object must have the following properties that specify color transform values: ra, rb, ga, gb, ..