I use a lot of equations in my game and most of the time I can use the int() but not all the time. I get huge numbers like 1.123456789 witch I have to calculate and it slows flash down. I would like the number 1.123456789 to round to 1.1235. I think the Math.round takes off too much. what are my options.
