■ 押されたキーを調べるには

//ムービークリップアクション
onClipEvent(keyDown) {
ascii = Key.getAscii();
code = Key.getCode();
}