I'm having a problem with transition

When I have one scene transition to another it does the @transition part but it stays the same for little over a second before changing to the next scene with the second @transition.
I don’t know how to fix it.
Here’s the code I’m using.
@transition fade in blue 3
INT. PHILADELPHIA TIMES OFFICE - DAY
&MR MASON spot 1.15 75 100 in zone 1 THEN MR MASON faces right AND MR MASON starts idle
&MR MASON moves to layer 2
@transition fade out blue 1

1 Like

Try adding “in” before the seconds

So @transition fade in blue in 1

you can add a time by adding “in #” (the # means number of secs)

You’re suppose to fade out at the end of a scene and in at the beginning of a scene. You have it the opposite right now

Thank you.

Thank you for your assistance.

1 Like

Thank you for your help

1 Like

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