> > zl> txt.setMask = mc.setMask; > zl> txt.setMask(mc); // use textFiled instance to mask a sprite instance, > zl> and it does work! > > Aren't you masking the text field using a sprite instance here (so > your comment is wrong)? >
right, the comment is wrong. The maskee is the sprite mc. > > zl> while the result of mc.setMask(txt) is not that obvious at the moment. > > AFAIK, this call would be ignored. > > Udo > mc.setMask(mc); -------[1] mc.setMask(button); ------ [2] mc.setMask(text); -------[3] [1] normal case, works [2] works [3] *both* the mc and the dynamic textFiled instance are invisible after this call(more than just ignored?), can be verified with my last code. --zou _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit