Exploring differences in Scratch's ability to sense a small move in both 1.4 and Flash. On Scratch 1.4, the thresholds are as follows: Linear = 10^(-14) Rotational = 10^(-15) On Flash, the thresholds are: Linear = 10^(-324) Rotational = 10^(-15) So the linear is very different but the rotational seems to be the same order of magnitude. Very interesting! I think the Flash linear precision should be rounded down to have the same sensitivity as Scratch 1.4