Copia de Scripting example

If you want two objects to depend on each other you can use scripting. In this example a point and a slider depend on each other.[br][br]For the slider the OnUpdate-script is set to[br]SetValue[A,(t,f(t))].[br][br]For the point the OnUpdate-script is set to[br]SetValue[t,x(A)].

Information: Copia de Scripting example