If I have a button on the timeline for the first few frames, but then I remove it…
Do I have to worry about removing the event listener for the button (MovieClip) if the button has be removed from the stage?
I’m writing a Document Class even though I’m using objects on the timeline.
You could use the removedFromStage event to clear up any event listeners on your button instance: