How to do a scene change

Hey guys I was wondering how to do a scene background change.

Im kinda basic at coding I know how to do animations but anything else :grimacing:

2 Likes

You can use @transition fade out black in 2 before the new background and @transition fade in black in 2 right after the background; that‘s what I use.
When characters should be in the scene already and don’t enter it, I use:

INT. YOUR BACKGROUND
@cut to zone 2
&CHARACTER stands screen center
@transition fade in black in 2

I hope I was able to help you :innocent: dm me if you have any questions!

Thank you :heart:

You can have a look here

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.