Dear all,
I have been working in a project very similar to a tile base game. I am loading my mc from library and put them in a container. I am refreshing the content of the main screen (512x416) each time the main container has been moved 32 pixels. I got mc with different size, from 16x16 (maybe smaller) to 296x64, and their size is not bigger than 2K. In the worst scenery I got around 200 mc in my container.
However I have not could get more than 28 frames per second. The average is 20, and in an old PC I got 9.
I am about to find another method, something like to have a big image to scroll or use BitmapData Class. I have found many discussions about this topic but each one has his/her own interpretation and preferences.
I would like to ask you if that rate is normal in this kind of project. And if the method I am using is a good one or it is time to find another one.
Thanks in advance
Note: I am using AS3