アンチエイリアスを制御するには

//ボタンアクション
on (release) {
if (this._txt.antiAliasType == "normal"){
this._txt.antiAliasType = "advanced";
this._txt.sharpness = 100;
this._txt.thickness = 100;
this._txt.gridFitType = "subpixel";
}else{
this._txt.antiAliasType = "normal";
}
}
・サンプルを実行
・サンプルをダウンロード
Action Script逆引きクイックリファレンス 説明などは本書を参考にしてください。