Something more about hslider

plazagudo

12-03-2009 15:51:01

hi,
I use a hslider to move some entitys, but i have some problems, if i put little range numbers like 5, the slider take it like an integer, i mean when i move the track, it only stay in the values 1,2,3 and 4, and i don't want this.
I want to put it for example in 1.5
I want to make the position of the slider a float.

Thanks.

Altren

12-03-2009 17:41:10

Make it 500 instead 5 and divide result by 100 ;)