Skip to main content
Participating Frequently
December 2, 2018
Answered

Keep getting Adobe Error "This project contains an expression error: 1 of 1

  • December 2, 2018
  • 3 replies
  • 1920 views

I am trying to make a Christmas intro and keep getting this error when I try to combine the null animation with the particle animation.

I am currently following a tutorial at this link https://www.youtube.com/watch?v=lLahjLuKI88 https://www.youtube.com/watch?v=lLahjLuKI88

And cant seem to fix the problem. Any help would be appreciated. Thanks

    This topic has been closed for replies.
    Correct answer Dan Ebberts

    You need to expose the Position property of the Null, then drag the expression pickwhip to that, resulting in this expression (or just copy and paste it in from here):

    thisComp.layer("Null 1").transform.position

    Dan

    3 replies

    OussK
    Community Expert
    Community Expert
    December 3, 2018

    Yes you must follow Dan Suggestion, anyway if you follow the tutorial step by step you will notice who to do it

    Participating Frequently
    December 3, 2018

    Thanks. I now realize hoe much o a noob i still am

    OussK
    Community Expert
    Community Expert
    December 3, 2018

    This expression is very basic, so can you post a screenshoot including your layer, and layer property where we can see the expression that give you this error.

    Participating Frequently
    December 3, 2018

    Dan Ebberts
    Community Expert
    Dan EbbertsCommunity ExpertCorrect answer
    Community Expert
    December 3, 2018

    You need to expose the Position property of the Null, then drag the expression pickwhip to that, resulting in this expression (or just copy and paste it in from here):

    thisComp.layer("Null 1").transform.position

    Dan

    Dan Ebberts
    Community Expert
    Community Expert
    December 3, 2018

    What's the expression you're using?

    Dan

    Participating Frequently
    December 3, 2018

    The lasso expression to combine to animations in sync.

    Dan Ebberts
    Community Expert
    Community Expert
    December 3, 2018

    Let me try a different way. What is the actual text of the expression?

    Dan