How can I make a nice fading transition between scenes?

jckmcgrawjckmcgraw Member Posts: 647
edited April 2012 in Working with GS (Mac)
Hello,

I want to have the smoothest possible navigation between my menu scenes, and want the camera to fade to white, change scene, and then fade from white to the new scene.

Thanks,
Jack McGraw

Best Answers

  • freshfishfreshfish Posts: 49
    Accepted Answer
    Add a white actor on top layer and set alpha to 0
    When click to new scene, interpolate actor color to 1
    Do the reverse on the new scene and you will have a transition
    I havent tested this but seems doable

    Hope that helps :)
  • freshfishfreshfish Posts: 49
    Accepted Answer
    I just tried it with a 0.5 second interpolate on each side and it worked well and may work just as well with 0.3

    I had a game attribute, a boolean "changeScene" that was triggered to true and a rule on the actor on the initial scene

    the actor on the subsequent scene just needs the interpolate action and as soon as it spawns it triggers

Answers

Sign In or Register to comment.