HI I make a simple probe, whit a backgrounds, in this time only 2, but they are scaled to fit the iPad screen, the speed, whit only one is 60 FPS, when you draw the second this comming down to 30, estable, I think can be usefull for someone.
Gernnot cooment me about only render only the second frame, I think is this same thread, this little trick code: (I think have to make this mode, but i´m really not sure about this)
While true
BLA,BLA
BLA,
BLA
INC fps_counter,1
IF fps_counter=2
SHOWSCREEN
ENDIF
IF fps_counter>2 THEN fps_counter=1
WEND
Note: whit this code the FPS, turns a little crazy, in some momoents tell yo 30 FPS, ans another 300 or more.
I only Draw 1 Frame Yes and another Not, and the speed is increased in the game.
For make the sprites to fit all the screen, I use streetchSprite command, yes the quality changes, but I think making probes about the image size, a little more great (original), and trying combinations about the needs of everyone, I think the FPS can sppedup, I don´t know if too much, or perhaps not. But seeying, whats happend me make 2 days, whit ths same images, my Ipad, don´t cross the 12 FPS barrier, and now is 30 FPS, what I think is playable
Best Regards,
Iván J.