Not drawing at float coordinates

Monkey Targets Forums/Flash/Not drawing at float coordinates

Foppy(Posted 2012) [#1]
I notice that when I draw something at a non-whole vertical or horizontal value such as 100.5, in the Flash target this will be drawn at the integer position (100 or 101).

In the HTML5 target, it is somehow smoothed out, the image turns a bit fuzzy (to use a technical term), the effect being that it seems to be drawn at 100.5 and the animation is smooth. This is not always desirable but at least it is nice to have this possibility.

My images are of non-odd dimensions, for example one such image is from a frameset of two, where each image is 12*14. (They are 24 bit PNGs.)

Do others also see this, and would it be possible to have the smoothed-out animation in the Flash target too, somehow?