Screen adjusting?

I don’t know how to make my app auto-adjust to smaller otlr larger screens.

I developed a app and the resolution was different on my phone, and another. My app doesn’t fit some screens. Please help! What code do I need? I can’t find any tutorials.

Also I need help with Storyboard.GetNewScene() and restarting my game. Please help me with that too! Thanks

TheCodeDude

Hello for the resolutions for iphone, lok this post.

http://forums.coronalabs.com/topic/52568-understand-scaling-and-ultimate-config/?hl=pixel#entry273024

A good resource is the corona blog, this is the forum (also a good resource). I get the impression with corona geek lately doing on video walkthroughs of the code relating to the tutorials posted in the blog - ( perhaps trying to bring more attention to the blogs - which can really help in answering all sorts of questions found on the forum) - that perhaps not many people are using the blog, and missing out on a great resource.

So select the blog menu above, then on the righthand side halfway down is a catagories dropdown menu - select tutorials, tips etc…

and it will bring up all the tuts (by Rob  & Brent & some guest posts as well).

Also Storyboard scene is way old now - so IMHO you could be painting yourself into a corner to continue to use it, but also maybe wanting help with it when it has been replaced by composer scene (note the word “composer” can lead to some confusion within corona - as they used the same name for 2 things - so be careful of that.)

The good news is composer (scene) is not that different to storyboard.

T.

Hello for the resolutions for iphone, lok this post.

http://forums.coronalabs.com/topic/52568-understand-scaling-and-ultimate-config/?hl=pixel#entry273024

A good resource is the corona blog, this is the forum (also a good resource). I get the impression with corona geek lately doing on video walkthroughs of the code relating to the tutorials posted in the blog - ( perhaps trying to bring more attention to the blogs - which can really help in answering all sorts of questions found on the forum) - that perhaps not many people are using the blog, and missing out on a great resource.

So select the blog menu above, then on the righthand side halfway down is a catagories dropdown menu - select tutorials, tips etc…

and it will bring up all the tuts (by Rob  & Brent & some guest posts as well).

Also Storyboard scene is way old now - so IMHO you could be painting yourself into a corner to continue to use it, but also maybe wanting help with it when it has been replaced by composer scene (note the word “composer” can lead to some confusion within corona - as they used the same name for 2 things - so be careful of that.)

The good news is composer (scene) is not that different to storyboard.

T.