Good, smart state management notifications.
The import:
import flash.utils.getQualifiedClassName;
In the constructors:
trace(getQualifiedClassName(this) + " started.");
In the clean up method:
trace(getQualifiedClassName(this) + " stopped.");
It pays to be overly retentive, especially on complex games