Skip to main content
Participant
March 28, 2023
Question

Expression error

  • March 28, 2023
  • 2 replies
  • 357 views

Hi everyone!

 

I have a urgent problem that I need fixing.

 

I am using this expression so I can use the slider to grow the bar

 

540 - (100 - thisComp.layer(“Controller”).effect("Slider Control")("Slider”))*(540-1220) / 100

 

But for some reason I still get the error?

 

I'd appreciate any help possible.

 

Many thanks

 

This topic has been closed for replies.

2 replies

Mylenium
Legend
March 28, 2023

Dan is correct. You have "typographic quotes" when you should be using the straight ones/ inch sign.

 

Mylenium

Dan Ebberts
Community Expert
Community Expert
March 28, 2023

It looks like you're using curly quotes around Controller and the right side of Slider. Try switching to straight quotes.

Participant
March 28, 2023

Thank you so much!