How can I make a nice fading transition between scenes?
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
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
-
freshfish Posts: 49
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 -
freshfish Posts: 49
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