Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Expressions error

  • Posted by Marshell Riddle on November 2, 2008 at 6:02 pm
    x=value[0];
    offset=thisComp.layer["Null 1"].effect["Slider Control"]["Slider"]%10;
    y=linear[offset,0,10,1500,0];
    [x,y]

    Expressions
    MARSHELL RIDDLE on Sun, 11/02/2008 – 4:26pm.

    I have been following Aharon Rabinowitz’s masters series dvd After Effects”The next level AE CS3 tutorial on expressions. In particular creating an odometer part one.I have done this tutorial at least five times and as soon as i write the expression for the ones i get an error that goes like this:Class function has no property or method named ‘Null 1’ expression disabled.Why this keeps happening i can’t understand.

    What is wrong?

    Marshell Riddle replied 17 years, 10 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    November 2, 2008 at 7:45 pm

    Looks like you got a little carried away with the square brackets. I haven’t test this, but it should be closer:

    x=value[0];
    offset=thisComp.layer(“Null 1”).effect(“Slider Control”)(“Slider”)%10;
    y=linear(offset,0,10,1500,0);
    [x,y]

    Dan

  • Marshell Riddle

    November 2, 2008 at 10:23 pm

    Thank you Dan! I feel real stupid but very relieved.
    Marshell

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