So I made a slider component that fills the track color when a value is entered into the “horizontal gap between items” field.
The track fill happens becase that value pushes the slider post to the number entered.
It would sure be nice if…
If I could figure out how to set the value on my text label to whatever is entered into the gap field.
I added a variable to the text and called it “SliderMark.”
All I want to do is write a conditional interaction that basically says:
Set the variable “SliderMark” to whatever is entered into the “horizontal gap between items” field.
Anyone know how I could pull this off?
I can make a conditional variable that says “if this changes, do it.” But I don’t think there is a way to pull the value of a gap field and apply it to a variable.
Right?
Why could we not just add an item to the gap field option to “set variable to this value” or something less-wordy. We can apply a variable to the field, great…but I was to set a variable to the value of the field!