views:

330

answers:

1

This link will show you what I'm trying to do, but in AS3 and with additional features I've described below: http://www.kirupa.com/developer/mx/slider.htm

  1. Sliders will have different max and min values (5-100, 0-80, etc)
  2. Need to be able to modify the text in the dynamic box, which also manipulates the slider. For instance, I'd like to be able to drag the slider to, say, 12 and then type in 25 on the box and the slider moves to 25.

Can someone help?

Thanks!

A: 

The AS3 Slider Class will help you with this - you can set the maximum, minimum and value.

There's an example here.

Richard Inglis