Simple Slider Control
Hi guys I want to create a simple slider control to control the rotations of a group of objects and I am finding this really hard for some reason!! from the MEL command reference I got this code:
window;
columnLayout -adjustableColumn true;
floatSlider -min -25 -max 25 -value 0 -step 1;
showWindow;
And that's fine, exactly what I want! Now how the heck do i get the value that the slider is set to when it's dragged? Do i need a procedure to do this?!
Please guys any help is greatly appreciated.
Alan
Technical Director - Framestore
Currently working on: Your Highness
IMDB