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.
For the slider the OnUpdate-script is set to
SetValue[A,(t,f(t))].
For the point the OnUpdate-script is set to
SetValue[t,x(A)].