addEventListener( KeyboardEvent.KEY_DOWN, onKeyDownEvent ); } 4. Create the onKeyDownEvent method to handle the KEY_DOWN event: private function ...
確定! 回上一頁