I know that it is possible to create layer masks in C4 like this:
object.layer.mask = anotherObject.layer;
Is there a known way to use an animated mask?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. You can animate a mask in a couple of different ways.
First, if you use basic shapes as the object whose layer will become the mask, you can animate them as a you would normally and this becomes an animated mask.
This can be done for any visible object in C4 (i.e. shapes, movies, images, etc…).
For instance:
The above can be done with images as well. When using images any clear parts of the image will turn out transparent in your
originalobject.Furthermore, there is an undocumented animatable image method, which is experimental and available only in the latest template.
Using it would look like:
Essentially, this method creates an animated gif style image… But, because this method is brand new / experimental, there isn’t any control over the speed of the transitions between images.