Noob: How can i change the values of "number" from decimals to 0.1
use a "flonum" ;)
don't forget to check helpfiles!!
There's a few different kinds of number box you can choose from. The basic one only allows integers (no decimal points) but you can also use a box type called float which allows points.
If you want to get from whole numbers to decimal point ones like I think you described. Then you can take your number box then do a divide by ten operation into a float box.
If you go into help>tutorials for max, it shows you how to do all that lovely number arithmetic properly.
Thanks everybody for your help :)
ints also let you use arrow up and down keys to change, whereas floats let you decide where to mouse up and down: try making a big float number box and click/drag at the decimal place you want to change (tenths, hundredths, etc.)
Also, both kinds of number boxes (and slider, dial, and possibly others) will change how fast they change if you hold Shift when mousing. great stuff :)