Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Expression Error

Community Beginner ,
Apr 14, 2023 Apr 14, 2023

I'm trying to create an expression where th circle will scale relative to the slider control, but it keeps giving me errors, says linear needs 3 0r 5 arguments

TOPICS
Error or problem , Expressions
193
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 14, 2023 Apr 14, 2023
LATEST

I don't think you need linear(), so it would just be:

mScale = Math.round(thisComp.layer("Settings").effect("Slider Control")("Slider"));
[mScale,mScale]
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines