Android fit to screen solution?

0 favourites
  • 8 posts
From the Asset Store
Is a circular loading screen with code ready to use. No Animation.
  • Hi there,

    I am having problems with fit to screen function for android phone.My game format is cocoonJS, i found a guide on how to solve it, but that was a good year back.Are there any easy methods for this?Or an updated?

    Best

    Ozmec3

  • If anything Android has gotten more screensizes and resolutions, so making a game for android means making a game for multiple screensizes.

    The tutorial about supporting multiple screensizes is still the best reference for someone trying to create an android game.

  • If anything Android has gotten more screensizes and resolutions, so making a game for android means making a game for multiple screensizes.

    The tutorial about supporting multiple screensizes is still the best reference for someone trying to create an android game.

    Im using a Nexus 4 and it has 1280?738 resolution, so i just set up a screen size like that and that's it?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • If you do that your game will probably run fine on your nexus, although you might have issues, because of the menu bar on top and below and when you change orientation. On any other Android device it will probably look terrible because it uses a different resolution and or has a different screensize.

    In the tutorial section you can find a tutorial about supporting multiple screensizes. I can recommend it, for without using the techniques therein it will be impossible to create an Android game that looks good across different devices, but even with it you will have to test a lot and it could be you will not be able to get the game looking perfect on every device.ze

  • If you do that your game will probably run fine on your nexus, although you might have issues, because of the menu bar on top and below and when you change orientation. On any other Android device it will probably look terrible because it uses a different resolution and or has a different screensize.

    In the tutorial section you can find a tutorial about supporting multiple screensizes. I can recommend it, for without using the techniques therein it will be impossible to create an Android game that looks good across different devices, but even with it you will have to test a lot and it could be you will not be able to get the game looking perfect on every device.ze

    Well i tried with my resolution, but the actual formatin on my nexus is terrible.It only shows 1/4 of the actual screen size in construct.Any idea how to solve this?

  • I can't really say anything about it without seeing your capx.

    What is the size of the project in project properties?

    what is your layout size?

    what is the scale setting in project properties?

    Are you trying your game online or through cocoonjs?

  • I can't really say anything about it without seeing your capx.

    What is the size of the project in project properties?

    what is your layout size?

    what is the scale setting in project properties?

    Are you trying your game online or through cocoonjs?

    No problem, im just starting, so its just a raw capx file.However i did manage to get the menu on the screen but now there is some white screen at the edge of the background.

    If you mean project settings, it is :Windows size 1280, 738

    Layout size: 1280, 738

    Not sure where to look for this, bit if im looking correctly it is Letterbox scale in configuration settings.

    Im trying my game on my actual android device.

    I use cocoonjs to export ->ludei.com to make it .apk and test it on my device.

  • No problem, im just starting, so its just a raw capx file.However i did manage to get the menu on the screen but now there is some white screen at the edge of the background.

    If you mean project settings, it is :Windows size 1280, 738

    Layout size: 1280, 738

    Not sure where to look for this, bit if im looking correctly it is Letterbox scale in configuration settings.

    Im trying my game on my actual android device.

    I use cocoonjs to export ->ludei.com to make it .apk and test it on my device.

    Letterbox Scale and Letterbox Integer Scale are good for screens that have the same aspect ratio as Windows Size.

    If you want to support different resolutions/aspect ratios then you should use Scale Inner or Scale Outer.

    Also, for Windows Size I would recommend a more common resolution like 1280x720 <img src="smileys/smiley20.gif" border="0" align="middle">

    More info here: https://www.scirra.com/tutorials/73/supporting-multiple-screen-sizes

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)