Is there a way to call a function after the user has moved the position of a hslider or vslider.
I'm building my audio settings menu and i've used some hsliders to represent the "sound effects" volume. I want to be able to play a sound when the slider position has changed so the user can preview the volume.
I have looked in the manual at PANEL* events but they seem to work on the whole panel rather than just its elements.
Can EVENT_CLICK be used to do this?
Thanks