You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
onKeyDown VS onClipEvent(keyDown) Adobe Flash / Getting Started
All movieclips automatically subscribe to amongst other objects, the Key objects event notifications, this means that you can define any of the Key event handlers within your movieclip, without having to explicitly subscribe to the Key objects, event notifications using the Key.addListener(mymovieclip) method...