![]() |
種 類 |
プロパティ | Read Only | ||||
---|---|---|---|---|---|---|
バージョン |
|
書 式 | Key.DELETEKEY |
---|---|
解 説 | Key.DELETEKEYはデリート(del)キーのキーコードを返します。 |
コード | if (Key.isDown(Key.DELETEKEY)) { _root.myText = "Hit!"; }else{ _root.myText = "-"; } |
■サンプルスクリプトをダウンロードする >>sample.zip ■サンプルスクリプトを実行する >>sample |