FP7 bug? Moving 0,1 px per frame not working

I’m having a problem with moving two bitmaps using actionscript…

They move 0.1 pixels on each onEnterFrame (I’ve also tried using setInterval with equal results) but in the flashplayer it seems more like they’re moving one pixel… I also have an if-statement checking if they’ve reached a certain point.

When I try this in FP8 it works smoothly, but not in FP7. I’ve tried to enable “allow smoothing” in the bitmap options. But it’s still very “jumpy” in FP7, even though the CPU only reaches 22% at the most.

Any solutions? :red: