Hi,
I’m putting together a simple GUI with buttons (global, height, width, depth) that determine what the slider value changes. This way I can have one slider that performs multiple transformations (global, position, etc.).
PG here
On this PG I have removed and recreated the slider… this works but is it the right approach?
I can’t get the slider onChangeObservable to change when the button is clicked…
Any ideas? Am I supposed to delete and add a slider each time a button is clicked or can I somehow delete the previous onchange event and add a new one?
Thanks.