SOLVED: Transition Coding Help

Hey guys, I’m having a little trouble when fading into a scene while my character doesn’t just pop up after the fade. I’ve been having this problem for awhile now and I don’t know how to fix or code it. How do I fade into a scene while my character is either at a spot or entering without them popping up AFTER the fade?

SCRIPT:

INT. RWWARNING - NIGHT
@transition fade in black 3
@pause for 0.1
readerMessage Turn up your sound!
@transition fade out black 3

INT. AIRPORT LOOP - DAY
music music_carefreegroove
@transition fade in black 3
@AMORA spot 1.730 165 -204 in zone 1 AND AMORA is walk_talk_phone_neutral_loop
@AMORA moves to layer 3

You have to place your character before the transition, using &.

@JemU776 Thank you so much! It worked. :heart:

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