Forum Replies Created

Page 1 of 4
  • Jack Parks

    August 26, 2011 at 5:41 pm in reply to: expression for project info

    I will give it a try.
    Thanks so much.

  • Jack Parks

    August 26, 2011 at 11:18 am in reply to: expression for project info

    Hello, thanks Dan, that’s great.
    If you have a second please could you tell me how to add punctuation and text?
    For example so it would say Duration – value from expression – seconds,
    and so Dimensions are on the same line.
    Any tips would be really helpful.
    Thank you.

  • Jack Parks

    June 6, 2011 at 1:10 pm in reply to: if else wiggle

    think I figured it out….

    control = effect("Checkbox Control")("Checkbox") ;

    if (control == 1){
    [wiggle(25,25)[0], wiggle(25,25)[1], wiggle(0,0)[2]];
    }else{
    value;
    }

  • Jack Parks

    March 15, 2011 at 4:49 pm in reply to: automated light sweep

    That works.
    Thanks for your patience.

  • Jack Parks

    March 15, 2011 at 3:22 pm in reply to: columns

    Thanks

  • Jack Parks

    March 15, 2011 at 3:21 pm in reply to: automated light sweep

    Hello

    I have been testing out the expression and simplified it a little.
    Does it look ok? Would there be any obvious glitches?
    How would you specify a frame amount in the duration? (1 at the moment = 1 second).

    Thanks for your help with this.

    M = marker;
    n = 0;
    if (M.numKeys > 0){
    n = M.nearestKey(time).index;
    if (M.key(n).time > time) n--;
    }
    t = n > 0 ? time - M.key(n).time : 0;
    leftMargin = transform.position[0] - effect("Width")("Slider");
    rightMargin = transform.position[0] + effect("Width")("Slider");
    duration = effect("Duration")("Slider");

    x = linear(t,0,duration,leftMargin,rightMargin);
    [x,value[1]]

  • Jack Parks

    March 14, 2011 at 5:54 pm in reply to: 3D bevel

    Perfect, thanks.

  • Jack Parks

    March 14, 2011 at 5:50 pm in reply to: automated light sweep

    Thanks for your reply, after effects doesn’t seem to be happy with it, please could I bother you again?
    To avoid the problem could the expression work by finding the center and then the left/right margin sliders determine the start and end? or a value is entered say 1000 pixels to travel across.
    Thanks again for your help.

  • Jack Parks

    March 14, 2011 at 4:19 pm in reply to: 3D bevel

    Hi Dan
    This works great on the alpha bevel effect, is there a way to adapt it to get the opposite angle? So it can be used with colour emboss effect?
    Thanks again for your help.

  • Jack Parks

    March 14, 2011 at 4:02 pm in reply to: columns

    Hello

    Thanks for the reply, but if someone has moved the timeline columns into different positions from the default (say they have made the comments tab on the far left and colour labels furthest right) I am trying to find a quick way to reset that to default.

Page 1 of 4

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