Skip to main content
Participant
January 22, 2024
Question

expression dont work in 2024 but do in 2022 AE edition

  • January 22, 2024
  • 4 replies
  • 374 views

This expression works in 2022 but not in AE 2024..

 

effect("Paramètre glissière")("Curseur")+"$"

Waste 1 hour on it.

 

Fix your &?$%%$&& platform that you charge 1000 $ CAD per year

This topic has been closed for replies.

4 replies

nishu_kush
Community Manager
Community Manager
April 1, 2024

Did the suggestion above help?
Feel free to reach out. Moving this thread from Bugs to Discussions for now.

 

Thanks,
Nishu

Legend
January 23, 2024

Yes, it depends on the JS engine used:

Legacy Extendscript Engine:

effect("Paramètre glissière")("Curseur").value + "$"

Javascript Engine:

effect("Paramètre glissière")("Curseur").value + "$"
// OR
effect("Paramètre glissière")("Curseur") + "$"

 

JohnColombo17100380
Community Manager
Community Manager
January 22, 2024

@KodaAgence Also, try changing your expression engine to JavaScript in the Project Settings under Expressions.

JohnColombo17100380
Community Manager
Community Manager
January 22, 2024

Hi @KodaAgence,

Thank you for submitting this report. The same expression link appears to be working for me in version 24.1 (see image below).

 

Are you able to share your project with us so that we can take a closer look?

 

Thanks again for reporting this issue and for any further information you can provide, 

- John, After Effects Engineering Team