Hi Carlos,
In addition to the explanation offered by Vincent, I would also like to point out the functionality of the LayerObject.
When you use a normal mask, you will affect the entire scene. Just to give a quick example, if you have a scene with a background for a crawl for example. And you want the crawl to disappear behind a logo on the left of the screen you can use a mask for that. However, when you use a normal mask which you would put on the position of the logo then the logo as well as the background would disappear. So your mask is affect all of the object which are lower in Z-Position.
However, when you use a layer mask you sort of create a scene within a scene. A layermask is a group of layers which you can put inside a normal scene and which is sort of rendered separately. So using the above example, you could have a background for the crawl and a logo where the text should crawl under and disappear.
Then you could create a layer object. Inside that layerobject you can place your textfield and your mask. Position the mask so that it is located above the logo. You will see that when you move your text behind the mask, the text will disappear but the logo is still visible. So you are only masking the textobject and not the rest of the scene, which makes this a very powerful feature. However, there are two very important things to keep in mind.
1. The Layer Object is always positioned at Z-Pos 0 and you cannot change it. So it means that if you use multiple quads on top of the other, you have to use the layerobject as your base and position the other layers according to the position of the Layer Object.
2. When you want to mask objects using the Layer Object, you need to make sure that the Mask-object is the last object of the Layerobject-group in the Object Manager. So physically, the layer that contains the mask needs to be at the bottom of the LayerOObject or it will not work. Every layer above will be masked.
If you want to use a gradient mask, you'll have to create a mask in Photoshop and import that gradient as your mask inside the materials.
Good luck!
Kenneth
#XPression