Forum Discussion
Radio frequency presets dials
If you are interested, here are some old examples of dial interactions: https://dev.keypointlearn.com/xcl74_SL3/DialsV1x/story_html5.html . The 2nd example (map/plane) shows the interaction of two dials; rotating the plane (custom dial) changes its variable, which in turn changes the map's (another custom dial) variable and with that its rotation.
Michael, I love these examples. It gives me hope I can accomplish what I am looking to do.
I am looking to have one dial that is a common dial that depending on what is selected it will change the numbers for the selection. The dial continues to spin so it will not reset when you select another input.
So basically the set up is
Dial 1 which is configured for a continuous rotation is set to 9720.
I have 3 buttons with a true-false variable for each so when the button is pushed it is set to true and the other two are false. Each button when true will allow a number readout to go up and down when the dial is spun.
I am trying to figure out how to link them all together. Of course, the 3 buttons that select a number output will have completely different numbers.
- MichaelHinze8 months agoCommunity Member
I'm not sure if I understood correctly, but have a look at the attached and see if that helps at all. I simplified the setup slightly, by adding Selected states to the three buttons and arrange them in a button set. This way, only one button can be selected at any given time. Clicking a button sets the Dial variable to some example value, e.g. 100.
Related Content
- 6 months ago