Hi there,
I can’t seem to figure out how to make my mask actualy mask the holder I have beneeth it’s layer (thumbnail_mc)
this code is used for the holder that loads my thumbs.(see below)
the mask is a layer above thumbnail_mc. How script this mask so that it is masking the thumbnail_mc holder. thx in advance. Grtz
thumbnail_mc.swapDepths(thumbnail_mc._parent.getNextHighestDepth());
thumbnail_mc.createEmptyMovieClip(“t”+j, thumbnail_mc.getNextHighestDepth(1001+k));
thumbnail_mc.createEmptyMovieClip(“t”+k, thumbnail_mc.getNextHighestDepth());