>hi i want to use the SCSlider to control the wait time of a task. How >can put the value of the slider into a variable so i can use it >anywhere? slider.action = { arg sl, value; yourvariable = value }; -- .