How do I make a box rotation transition between levels?

0 favourites
  • 3 posts
From the Asset Store
Over 2700 files with all the colour combinations from a 15 colours palette!
  • I want to make a transition like this between levels, I do not need the zoom in and out but the box rotation is what I would like.

    https://s2.ezgif.com/tmp/ezgif-2-c870f65503.gif

  • If you have a screenshot of the next level and a current level screenshot you can load those onto sprites and utilize distort meshes to do the rotation. Or with a clever 3d camera rotation you could load the images onto the sides of a cube and just rotate it.

    You can take a screenshot of the current level pretty easily but to screenshot the next level you’d need to load it, and let it render a frame before taking a screenshot. But that flicker wouldn’t be nice. A possible workaround is to screenshot the start of all the levels beforehand and use those images.

    Another idea is to do your own level loading instead of doing layout changes. That would allow you to load the next level before unloading the current one. Then you’d be able to draw the new level onto a drawing canvas and use that for the second image.

    Honestly getting the images is the limiting part in construct.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thinking more about it. I dont think it would be necessary to be multiple layouts. I could do it in 1 and just transition between parts. This would mean that the other level would not need to load.

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