Android - long frame delay causing wierd screen redraw
I am building a game for android devices using Air 3.5 and Flash Builder 4.6
Some of my game sections have quite a bit of loading to do, so broke them up on a time to only load a little bit at a time, thus allowing enter frames and timers to fire between each chunk... and I put a spinning tumbler on the screen as a wait indicator.
however, some of the chunks still take a bit of time to execute (usually when processing large images and such) and can take several hundered milliseconds to execute.
Now, this is not the problem.
The problem is that on these frames that take longer than 33 milliseconds (fps is set to 30) the spinner on screen seems to "jump" backwards for a partial frame.
It's almost like the when the current enterframe runs, there are 2 screen updates occuring... the first update shows the screen contents as they were before the screen started to redraw, and the second updates the screen to what it should be now.... the result is that for that partial frame update, the spinner seems to "jump back" a couple of frames.
This does not occur on the iOS devices or the pc, only android.
Anyone know what could be causing this and how I could stop it from occuring?
