Forum Discussion

RaeganMadoerin's avatar
RaeganMadoerin
Community Member
15 hours ago

Slider Bug

Hey everyone! I'm making a slider interaction with two separate sliders that will populate variables on a page. Slider one (the hand on the wrench) seems to work just fine, but slider two (the weight on the rectangle) will automatically move the hand on the wrench to a new position whenever it is moved. I do not want the hand to be moved by the weight. What bug caused this and how to I fix it? I've looked at the triggers and played with reordering them to no avail. 

UPDATE

Was able to resolve it by using separate variables set equal to the slider variables. :) Thank you for your help!

8 Replies

  • It is hard to tell if it is a bug or something trigger-related without seeing the Story file.

  • CarlFink1's avatar
    CarlFink1
    Community Member

    It would be way easier to debug if you could upload the .story file. 

  • I am not 100% what the formula is for Torgue Value, but the triggers that are multiplying the Variables are causing the issue.  If you multiply a variable that is connected to a slider, then that slider will move. If you do not want that, you may need to consider transferring that value to another variable (like you did with torque value) before multiplying.

    • RaeganMadoerin's avatar
      RaeganMadoerin
      Community Member

      Gotcha, good to learn! Was able to fix the issue by creating separate variables and making sure they multiplied by each other, not the original slider variables. Appreciate your input!