I know how to do the fading transitions but how do I do it that way when the fading is done the next place is already there. When I do the fading, it fades the same background is there and then it moves on to the next scene. Kind of confusing, i know but I need help with that!
You need to fade out at the end of a scene, then fade in at the beginning of the scene.
@transition fade out
BACKGROUND NAME
@transition fade in
When you’re fading out from one scene, (such as @/transition fade out black) you have to put your next scene name, THEN you write @/transition fade in black.
Example:
INT. MODERN LIVINGROOM - DAY(Your dialogue and animations)
@transition fade out black
INT. BEDROOM POSTERWALL - DAY
@transition fade in black
(Your dialogue and animations)
Hope it works!
Thanks! It did work!
1 Like
It worked. Tysm!