Don't overwrite _name in MovieClip classes
Careful not to use the property ‘_name’ in any of your movieClip classes.
In Actionscript 2.0 when using classes that extend MovieClip be careful not to overwrite any of the properties by using a MovieClip property within the class. That is unless it’s intentional. This is particularly true with the property ‘_name’ which is the movie Clips reference. If this property is overwritten then you will likely have allot of oddities occurring.
It can be easily forgotten especially if you are using an editor that doesn’t highlight it.
Comment on Page
If anything is unclear or just plain wrong let us know and should ammend it pretty sharpish. If you visited the page with a particular question leave it and if it's flash related I'll try to answer it.