Need help with intro transitions!

Hey I have a @transition problem with my intro.

I’m trying fade in a “warning background” and a “turn your volume up” background after each other but the first background keeps fading in/out three times after another and the “turn your volume up” background does not fade in, only fades out.

I want to be able to make both background fade in/out after each other, what am I doing wrong?

Here’s the codes

INT. WARNING

@pause for 5

@transition fade out black 3

@pause for a beat

@transition fade in black 3

INT.VOLUMEUP

@pause for 5

@transition fade out black 3

/Jajzii

Transitions need to go at the beginning before the pauses. You fade in at the start and fade out at the end.

BACKGROUND
@transition fade in
@pause for #
@transition fade out

NEW BACKGROUND
@transition fade in
@pause for #
@transition fade out

2 Likes

Thank you it worked!! :heart:

1 Like

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