Overlay Help (or code) issue, help is needed! </3

hi !! kinda new to new to episode coding etc as i just started a few days ago (please bare with my spelling i usually type like this)

so ive been using youtube tutorials to help me with my coding etc and i came across this


(idk if when i post this the image will show but oh well)

basically the bed is overlapping the MC, i tried to make the MC move forward etc but they just wont budge </3
is there any way to fix this? ive tried seeing yt tutorials but nothing is helping

Code:
INT. LUXURY PENTHOUSE BEDROOM - DAY
@transition fade in black
@pan to zone 3
@KAGAMI changes into KAGAMI_sleepoutfit1

@KAGAMI walks to screen right AND KAGAMI is walk_exhausted_loop

That background has a built in overlay. You’ll have to layer the overlay at a lower layer than the character. You can check out this guide to learn how to do that

1 Like

Heyy! I think this should work xx :blob_hearts:


INT. LUXURY PENTHOUSE BEDROOM - DAY with INT. LUXURY PENTHOUSE BEDROOM - DAY
&overlay INT. LUXURY PENTHOUSE BEDROOM - DAY shifts to 0 0 in zone 1 AND overlay INT. LUXURY PENTHOUSE BEDROOM - DAY scales to 1.000 1.000 AND overlay INT. LUXURY PENTHOUSE BEDROOM - DAY moves to layer 1
@transition fade in black
@pan to zone 3
@/KAGAMI changes into KAGAMI_sleepoutfit1
@/KAGAMI walks to screen right AND KAGAMI moves to layer 10 AND KAGAMI does it while walk_exhausted_loop


Just like @Dara.Amarie said, its a built in overlay. You need to add the overlay and change layer to a lower value than the character.

1 Like

thank you!! that solved cant thank you enough ! <3

1 Like

thank you !! ill make sure to watch it :slight_smile:

Your welcome!! :blob_hearts:

1 Like

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