[SOLVED] Fade into the next scene?

I wanted to know how to: instead of just blinking into the next scene, have it fade or some sort of transition going into the next scene!

1 Like

Usually people put a blank screen-sized object (black/white/whatever color you want), and then fade in-it’s opacity to 255 (starts at 0/invisible, goes to 255/full color).

After it’s 255, they change scenes, where there’s another object already at 255. They then fade-out it’s opacity it down to 0.

2 Likes

Do I add an object opacity tween? Is this last event correct?

When you create an object, it already has 255 opacity and the scene changes immediately.

2 Likes

Thankyou! It worked!

1 Like