Fading a background into another?

Hey!

I saw this really cool effect that an author used on My Alien Lover where her exterior backgrounds would fade into a really cool galaxy themed one for customization scenes.

I’d love to do something like this, but have no idea how. Could someone tell me how I might approach it?

Thanks!

1 Like

Hiya! :wave:

To make one “background” fade into another, one of them has to actually be an overlay the size of a background (ie. 640 x 1136).

It doesn’t really matter which is the overlay and which is the background, especially if it fades in and fades back out, but here’s just one way to do it:

EXT. GALAXY BACKGROUND with INSIDE WALL at layer 0
###Characters are all at layer 1 or above so all you can see behind them is “inside wall”

##Scene here

&overlay INSIDE WALL opacity 0 in 2

##Dressing game here

&overlay INSIDE WALL opacity 1 in 2

##Scene continues

(Or the other way around, where the galaxy scene is an overlay and the inside wall is the background.)

2 Likes

Thank you so much!!

I will try that out now!

1 Like