Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Scripting: Slider Value Change

  • Scripting: Slider Value Change

    Posted by Marius Gudzevicius on April 2, 2017 at 10:19 am

    Hello everyone,

    I’m trying to write a script where some of the variables depends on slider value. When slider values changes it suppose to change those variables. Is it possible to do anything like that? I’ve tried onChage and onChanging but it doesn’t work or maybe I’m doing something wrong.

    var a = nul.effect(“Slider Name”).property(“Slider”).value;
    a.onChanging = sliderChange();

    function sliderChange(){
    All the math;
    }

    Marius Gudzevicius replied 9 years, 5 months ago 2 Members · 2 Replies
  • 2 Replies

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy