3 flashsliders generating 1 value

Yo!

I’m trying to make 3 sliders that, depending on each other, changes the value of a text-box.

Example,
If Slider A moves to 150, the value in the text-box changes to 150.

If you then move Slider B to 40, the value in the text-box changes to (150+40) 190.

Same thing for Slider C.

So basically I want the value of what you select in each Slider to be added together in real time like this: http://www.kirupa.com/developer/mx/slider.htm. Only this shows just one slider, and I want three, added together :slight_smile:

Thankful for all the help I can get, or tips on what technique to use.

Jonas