float slider
how do i assign a floatSlider to do a translatey
i have looked in hel docs but they only tell you how to make a slider that does not control anything
i want it to translate object browR
floatSlider -value 0 -step 0.1 -min 0 -max 1 -hr false;
this is all i have so far
cheers