Create MC inside a MASK

Easy when you use the stage but I need to do it dynamically:

To create different container inside a mother container I use:

           MC_Container.createEmptyMovieClip("MC_" + i, 10+i);

How can define a mask for each of the containers?