var txt:TextField = new TextField();
txt.blendMode = BlendMode.LAYER;
txt.alpha = .2;
txt.appendText("这里文字透明咯~");
 addChild(txt);