How to overload a native class?

I’m not so confident in OOP, and I don’t know if “overload” it’s the right term.

I want to add a method to the MovieClip Class, for example, how can I do that?


myMovieClip.myFunction("lol");

Thanks in advance.