How is it possible to make a mask layer on top of another mask effect. Essentially having 2 mask layers with differnet effects.
well one way is make two sets of layers for create two different masks… the “AS” way well …let me check
:: oh yeah
[color=orangered][font=arial][size=5]Welcome to the Forums !![/color][/size][/font]
Putting this in your main timeline,i believe you can use .setMask multiple times.
contenttomask_mc.setMask(mask_mc);
secondcontenttomask_mc.setMask(mask2_mc);
//(mask_mc) and (mask2_mc) are the instance names
//of the mask movieclips
Thanks Soulty for the info. I finally figured the setMask, but the multilpe set mask script is useful thanks. By the way, just wondering what graphics programs and plugins do you use for your sites?
plugins?, none. well just whats in photoshop at the moment (normal photoshop plugins) , its mostly layer on layer to create something with layer modes and layer effects. I mostly use photoshop, illustrator and definitely flash, sometimes use maya as well for some 3d.
glad i could help
cheers
.soulty