Skip to main content
Participating Frequently
April 14, 2023
Question

Expression Error

  • April 14, 2023
  • 1 reply
  • 228 views

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

This topic has been closed for replies.

1 reply

Dan Ebberts
Community Expert
Community Expert
April 14, 2023

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

mScale = Math.round(thisComp.layer("Settings").effect("Slider Control")("Slider"));
[mScale,mScale]