5000: The class 'gallery' must subclass 'flash.display.SimpleButton' since it is link

I have a class that extends MovieClip and I am receiving this error…

5000: The class 'gallery' must subclass 'flash.display.SimpleButton' since it is linked to a library symbol of that type.

If I change the extends MovieClip to Extends SimpleButton - the error goes away but then I errors about calling addChild method being undefined…

A bit of a lose lose - any hints? :q: