Forum Replies Created

  • Matt Ratcliffe

    November 25, 2010 at 5:29 am in reply to: Crack Layer in Half?

    If I was going to do a basic crack through the middle, I would split the layer at the point of the animation is needed, use the pen tool to draw a mask all around the top (or side) half with a jaggered edge through the middle – this would leave a finished half designed to your liking. Then duplicate the layer and switch the mask from Add to Subtract to invert the mask, giving u the second half. Now you can easily transform the positions of each layers up or down, side to side, or whatever.

    Hope that helps!

  • Matt Ratcliffe

    November 24, 2010 at 11:23 pm in reply to: Subtract value from all keyframes

    You could also add an expression to the rotation of value+60 if a clockwise correction is needed, value-60 if anti-clockwise.

  • Matt Ratcliffe

    November 9, 2010 at 7:46 am in reply to: where Adobe Media Encoder CS4 presets are saved?

    For PC, the location is here:
    C:\Documents and Settings\-user-\Application Data\Adobe\Adobe Media Encoder\4.0\Presets

  • Matt Ratcliffe

    September 28, 2010 at 12:09 am in reply to: Repeat Y position animation with hold

    Dan, your a life saver!!! this expression is exactly what I need. Thank you so much!

    In order to use it perfectly in my comp order I’ve made the following updates:

    f = timeToFrames(time);
    line = Math.floor(f/25);
    pix = Math.min(f%25,10);
    value – [0, 6.4*((line-5)*10+pix),0]

    I’ve multiplied Y in the array by 6.4 to increse the line spacing per movement.

    I’ve added Z to the array for functionality as a 3D layer.

    I’ve subtracted 5 from the line variable to delay the initial 1st position. I could have just shifted down the text but I have a 5 sec animation of the text which links up with this 1st postion, so the 1st 5 secs of the expression layer are hidden.

    This is all working fantastic for me and I’m very grateful for your assistance.

    Thank you!

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy