Legend iPhone to iPhone5 Screen Correction Rule Problem...
Hi.
I'm using a screen fix rule to make my Legacy [LANDSCAPE] iPhone App auto-correct its screen size for the iPhone 5.
This works fine on all scenes that are 480x320. However, my Main Menu scene [960x320] where I am using 'swipe-to scroll' Menu will not accept the correction code.
Here is an example of the code:
>When game.screen.size = 568
=>Change Attrib: scene.camera.size.height to: 378
=>Change Attrib: scene.camera.origin.Y to: -29
No matter how I change the numbers, either the screen's Y is off or its just too big to fit within the screen. I can not determine why.
HELP!
Thanks.
I'm using a screen fix rule to make my Legacy [LANDSCAPE] iPhone App auto-correct its screen size for the iPhone 5.
This works fine on all scenes that are 480x320. However, my Main Menu scene [960x320] where I am using 'swipe-to scroll' Menu will not accept the correction code.
Here is an example of the code:
>When game.screen.size = 568
=>Change Attrib: scene.camera.size.height to: 378
=>Change Attrib: scene.camera.origin.Y to: -29
No matter how I change the numbers, either the screen's Y is off or its just too big to fit within the screen. I can not determine why.
HELP!
Thanks.