テキストフィールドのカラーを設定するには
//メインタイムラインのフレームアクション
this._txt.textColor = 0x0000FF;
this._txt.background = true;
this._txt.backgroundColor = 0xFF9900;
this._txt.border = true;
this._txt.borderColor = 0xFF0000;
・サンプルを
実行
・サンプルを
ダウンロード
説明などは本書を参考にしてください。