how do i set up a Flash CS5 Slider component to trace decimal values, from 0.00 to 10.00 when the slider is dragged? i can’t seem to find where i need to set these options to permit decimals.
is it possible to set this in ActionScript?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
perhaps there is a more formal way of accomplishing this, but i’ve managed to solve this problem by creating a custom string format method.
first, since i want my values to range from 0.00 to 10.00, i set the slider component to have 0 as the minimum value and 1000 as the maximum value. these values will be divided by 100 for the decimal.