Class inheritance into Movie Clip

i’ve created a prototype class that attaches Movie Clips to the stage, names them and sets their properties, which works fine, but my problem now is this : How do i get the MC to inherit the functions from the class that created it, or call that class back? is this even possible?

-mojo