Hi!
I have read all over the internet, but could not find any solution.
I have large bitmap background (800X600), which I need to scroll. When I scroll it, it becomes “jumpy”, pixels shifts, all lookes blurred.
I’ve tried dozens of stuff:
Playing with pixelSnapping.
Setting cahes. Blitting Bitmap firstly.
Adding smooth.
Cutting background into small 100X100 pieces and putting them together.
Setting crazy FPS.
using scrollRect
And all different combinations.
Am I trying to do something unavailable from start? Is flash rastor enginze that limited, that my only choice is to use vector graphics for scrolling smoothly?
Anyone ever came up with the solution?