Transition fail

Basically, this is my script:

@transition fade out black 0.1
@transition fade in black 0.1
@transition fade out black 0.1
@transition fade in black 0.1
@transition fade out black 0.1
@transition fade in black 0.1
@transition fade out black 0.1
INT. CLASSROOM DESK - DAY
&zoom on 39 334 to 391% in 0
@ALYX changes into ALYX_default
&cut to zone 1
&ALYX spot 1.318 79 35 in zone 1 at layer 1 AND ALYX is idle_sit_leanback_unimpressed_loop AND ALYX faces right
@transition fade in black 1

My problem is that when it gets to the second scene, it doesn’t transition in smoothly. It kind of freezes for a split second then transitions in. How can I fix this?

Try @transition fade in black in 1

If that doesn’t work, I would try moving the outfit change line to the line directly before the transition.

And do you really need the in 1 at all? Isnt it automatically set to 1?

I tried that, it didn’t really do anything. Maybe it’s the order or something? I’m not sure

I forgot about that. It is automatically set to 1.

I would change it to 2 then.

1 Like

I would try this…

INT. CLASSROOM DESK - DAY
&zoom on 39 334 to 391% in 0
&cut to zone 1
&ALYX spot 1.318 79 35 in zone 1 at layer 1 AND ALYX is idle_sit_leanback_unimpressed_loop AND ALYX faces right
@ALYX changes into ALYX_default
@transition fade in black 1

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