-
Multiple expressions on brightness parameter
Hey all,
Im trying to manipulate a lens flare (with added elements) by attaching parameters to null object with sliders. Im running into trouble when I try to put multiple expressions on the flare brightness, the latest expression will only work.
I wanted one to control the master brightness and the other two sliders to control the wiggle frequency and amount. They work independently fine, but when added together I run into problems.
Any help would be much appreciated.
Best,
Ryan MetcalfthisComp.layer("CONTROL").effect("Brightness")("Slider");
wiggle(thisComp.layer("CONTROL").effect("Flicker Frequency")("Slider"),thisComp.layer("CONTROL").effect("Flicker Amount")("Slider"))