Forum Discussion

DavidNowlin-f8a's avatar
DavidNowlin-f8a
Community Member
30 days ago

Displaying dial positions

What is the best way to display dial positions? I have one that is state-based vs. using a text box for the positions. The current amount of triggers My project: The learner turns the large dial to ...
  • SamHill's avatar
    29 days ago

    Hi DavidNowlin-f8a something like the attached will reduce the amount of logic you will need and takes advantage of referencing variables using the %myVar% method within a text field. The big dial variable, just determines which variable the little dial should assign it's value to. I put some extra logic just to hide the text field if the value is zero, as number variables are initialised as zero.