HOME

種  類
プロパティ Read Only
バージョン
FLASH
5
LiveMotion
2

書  式
Key.HOME

解  説
Key.HOMEはhomeキーのキーコードを返します。


コード
if (Key.isDown(Key.
HOME))
{
_root.myText = "Hit!";
}else{
_root.myText = "-";
}


■サンプルスクリプトをダウンロードする >>sample.zip
■サンプルスクリプトを実行する >>sample