Masking two instances "setMask"?

Hello guys :slight_smile:

I have two instances and I want to mask them with one.

When I put the action


stop();
mc_text.setMask(mc_mask);
mc_open.setMask(mc_mask);

the second mask doesn’t work:wt:, always the first one…

Please:bu: