静止テキストの内容を調べるには
//メインタイムラインのフレームアクション
w = System.capabilities.screenResolutionX;
h = System.capabilities.screenResolutionY;
if (w < 1024 || h < 768) {
msg_txt.text = "1024×768以上のモニタでご覧ください";
}
・サンプルを
実行
・サンプルを
ダウンロード
説明などは本書を参考にしてください。