■ テキストフィールドのカラーを設定するには

//メインタイムラインのフレームアクション
this._txt.textColor = 0x0000FF;
this._txt.background = true;
this._txt.backgroundColor = 0xFF9900;
this._txt.border = true;
this._txt.borderColor = 0xFF0000;