layout transition.

0 favourites
  • 3 posts
From the Asset Store
Complete the collection by purchasing Game and Film Logo Transitions Pt.2: Musical Loops
  • hi guys I'm new here, and I wonder how do I give effect transitions, screens, like in the games final fantasy where you touches the enemy, and the transition to a battle screen occurs.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Welcome! Stuff like this usual goes in the How Do I section, but this is fine.

    It's a little more advanced, but you would take a Snapshot (system action in events) then apply something like a WebGL shader to it and change the parameters over time. So it would get more swirly or whatever until you fade it out with changing opacity over time. Then destroy the screenshot sprite you just made and you're done.

    Here is the manual entry for taking a snapshot:

    Snapshot canvas

    Take a screenshot of the current display. This triggers On canvas snapshot when the snapshot is ready, and the resulting image can be accessed with the CanvasSnapshot system expression. This can then be loaded in to a sprite or tiled background, sent to a server, or opened with the Browser object in a new tab.

    So just apply it to a sprite, place the sprite over top of everything, change an effect parameter over time.

  • thanks for the help, I will use these tips on my project ^_^.

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