Hi. I’m currently a bit puzzled and was hoping for some input.
I’m working on a simple childrens game with a sidescrolling background and I’ve just started so there’s only a simply shaped background and some objects that scrolls (dynamicly added before entering from the right of the stage and removed after exiting on the left side).
Now. The performance is not at all what I would expect. Every now and then there’s graphic glitches, as if someone hit the camera filming the scene.
The computer I’m working on is fast, and the graphics I’m using is not excessive. There’s no animation going on besides the scrolling and I’m using bitmap caching for all objects.
I even rewrote my script into AS3 but it didn’t make any difference.
So. Does Flash have major problems with sidescrolling graphics!?!?
You can test it here:
[COLOR=#005177]http://www.nook.se/fdb/SideScrolling_Test.swf[/COLOR]
[COLOR=#005177]http://www.nook.se/fdb/SideScrolling_Test_AS3.swf[/COLOR]
The fps is 30.
:: nook