When to extend the MovieClip class

  1. When your class is used to produce anything visual (Put mc’s on the stage)
  2. When any part of your class needs to use a property, event, or method of the MovieClip class

** Do I have this correct?**