I'm an idiot why needs help with (what I presume is probably) a simple piece of coding

Okay, this is probably stupid but -

@transition fade out black 1
@remove Sheet Paper White from LEORA and LEORA spot 0.668 280 389 and LEORA is sleep_lay_uncomfortable_loop
@overlay 5587259392983040_BLANKET 3 shifts to 87 159 in zone 1
@overlay 5587259392983040_BLANKET 3 scales to 0.620 0.620
@transition fade in black 1

At the moment it fades out, then suddenly shows Leora lying down, then awkwardly fades in on her again after the blanket appears. How can I get it to fade in after everything is set up?

Maybe try to put

@pause for 1
@transition fade in black in 1

In order for that to happen, I believe you want the two overlay lines to occur at the same time as the start of the fade in transition. To do this, simply replace the @ symbols before the two overlay lines with & symbols. I think this should fix the problem.

I hope this helps.

This is happening because after the fade out transition the script is placing the overlays on the scene and then moving onto the fade in. So change the @overlay to &overlay.

@transition fade out black 1
@remove Sheet Paper White from LEORA
&LEORA spot 0.668 280 389 and LEORA is sleep_lay_uncomfortable_loop
&overlay 5587259392983040_BLANKET 3 shifts to 87 159 in zone 1
&overlay 5587259392983040_BLANKET 3 scales to 0.620 0.620
@transition fade in black 1

I’ll give that a try, thank you!

1 Like

Thank you so much!

2 Likes

Awesome, thanks!

2 Likes

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