Created
January 19, 2019 16:28
-
-
Save AlexanderBaggett/350ffc10bdf9e6b5751cb83e6529d324 to your computer and use it in GitHub Desktop.
Toomasv's Scroller Test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
view [panel [origin 0x0 text 40 "Data:" t0: text 40 "" return | |
sc: scroller 200x300 on-change [t0/text: to-string face/data]] | |
below text "Selected:" t1: text "" | |
slider 25x260 [t1/text: to-string round/to sc/selected: face/data .01] | |
return text "Steps:" t2: text "" | |
slider 25x260 [t2/text: to-string round/to sc/steps: to-float face/data .01] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment