How do I use very large background

0 favourites
From the Asset Store
40 ambient sound loops. A wide selection of looping ambient sounds for different locations.
  • Just googled "google maps webgl api".

    Aparently there's already some experimentation on getting it into there.

  • Do as google does, slice it up in parts.

    Which will only help if you dynamically load and unload them from memory, right?

    Which construct 2 doesn't do as far as I know..

    All images on a layout are loaded into memory at start of layout..

    https://www.scirra.com/blog/112/remembe ... our-memory

    Slicing it up in parts will aid the rendering. (Image not on screen etc)

    Also, some devices are unable to handle image of enormous sizes.

    He could, divide the sliced parts over layouts too. i.e. have 4 pieces on each layout, the cross section in the middle, if you come close to one of the layout edges, load the other layout corresponding to images.

    example, the 4 squares would be layouts, the transparent squares image parts.

    This could greatly reduce the performance problem. It just requires a bit of smart approach <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    I agree this seems the best way, at the moment the background won't run on iOS due to how large the bg is, so hopefully this helps.

    any .capx to understand better ? thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • [ > any .capx to understand better ? thanks > I forgot it after I saw it the first time, I had another example of something similar with a platformer going round in loops with layouts. But I made a small new one to show.

    demo

    capx

    I used red circles as images, but they could all be separate images of a larger image placed strategically on the right corners.

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