Cost of object instantiation

Let’s say I create a Movieclip, and during my code, I use maybe 1/8th the features of the object. On runtime instantiation, am i paying for the full object, or is flash compiling only the necessary elements and saving the overhead?