| Event handler property | The object that defines the handler property. |
| Event listener method | The object registered as a listener. |
| MovieClip with event handler property | The movie clip that defines the handler property. |
| MovieClip with on( ) handler | The clip that bears the handler in the authoring tool. |
| MovieClip with onClipEvent( ) handler | The clip that bears the handler in the authoring tool. |
| Button with event handler property | The button that defines the handler property. |
| Button with on( ) handler | The clip on whose timeline the button resides. |