I'm trying to set up a graphical volume control based on the y axis position of the slider I can grab and drag with a mouse.
Naturally I want the volume to increase when the slider dragged up and decrease when the slider is dragged down.
How might I set it up just using events or even conditional events?
And then also, how might I simply script this?
I actually got the slider working so that it only can be dragged vertically and barriers at the top and bottom, so the slider can't be moved too far.