var x=8.7

place a button with the following script

on(release){
trace(x--)
}

see that x=0.6999999 after 8 clicks
i have some calculations in my project
and i cant multiply by 10 and than to divid by 10 for every calculation

please help