Skip to main content
Inspiring
March 15, 2012
Question

mask multiple movieclips from single movieclip

  • March 15, 2012
  • 1 reply
  • 952 views

Hi i am trying to mask 3 thumbnails from 1 movieclips

mc.samsungchamp.mask=mc.msk

mc.samsungduos.mask=mc.msk

mc.samsungace.mask=mc.msk

but these thumbs are is not showing masked.

This topic has been closed for replies.

1 reply

March 15, 2012

Put all the clips you want to mask inside another clip - then mask that one single one.

Inspiring
March 16, 2012

Is this not possible to mask all movieclips through one movieclip, without putting movieclips into single movieclip.??

kglad
Community Expert
Community Expert
March 17, 2012

a dynamic mask can mask, at most, one displayobject at any one time.  to mask more than one, follow dm's advice.