Class MovieClip extends MovieClip

Hey guys, I was just wondering if there is any easy way to extend the MovieClip class itself, without making a new class? I’d like it to be equivalent to using MovieClip.prototype … or should I just use prototype?

-Matt