Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Inverse Mask

    • 0
    • 2
    • 0
    • 0
    • 1
    • 0
    • 0
    • 0
    • 499
    Comment on it

    Sometime we need to use an inverse mask in flash ( like a normal mask but it was just inverse ) Here's an example of an inverse mask, We can achieve that using Blendmodes.

    We will use ERASE blendmode to get a nice inverse mask effect. But there's another thing to be careful about! Make sure the Outer clip ( holding your mask ) has a blendmode set to LAYER!

    _Outerclip.blendMode = BlendMode.LAYER;
    _inverseMask.blendMode = BlendMode.ERASE;
    
    

    thats all.

 1 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: