i have a question regarding slider tags. Lets assume i have a slider and its tag is “1”, how can i get the .value of slider that has tag ‘1’? I saw examples of if(slider.tag ==1) but i want to access the value of it – how is this possible? thanks
Share
I recommend to wire up the slider through a property and access it directly, though, if possible.