sliders instead of buttons
I have about 20 scripts buttons that take up space,
I was wondering if it was possible to create a slider that if set to 1
did from the function 1
win.testOK.funcrion1Btn.onClick = function () {
if set to 2
did as the function 2
win.testOK.funcrion2Btn.onClick = function () {
etc. etc.
doing it this way would save a lot of space and I could
create more pleasant interface