フォーカスの対象を取得/設定するには

//メインタイムラインのフレームアクション
check_btn.onRelease = function() {
if (input1_txt.text == "") Selection.setFocus("input1_txt");
else if (input2_txt.text == "") Selection.setFocus("input2_txt");
else Selection.setFocus(null);
};
・サンプルを実行
・サンプルをダウンロード
Action Script逆引きクイックリファレンス 説明などは本書を参考にしてください。