I just converted the MIX-MAX game (http://www.cocos2d-iphone.org/forum/topic/5116) to the iPad and was expecting it to appear in the lower left corner.
Instead what happened is that all the images appear on the bottom-right area while the touch areas for buttons etc. are as expected in the lower left area of the screen. It seems as if the (0,0) coordinate on the iPad (for a landscape App) is actually at the bottom center of the screen but only for images.
Can anyone confirm this, and can i fix this somehow so that (0,0) is back at where it should be, the lower left corner of the screen?
Do i have to update cocos2d? It's still at v0.9.0 alpha for this game. I'll try that in the meantime, hopefully it's painless.