I need overlays directing help HELPPP!

Hey dudes, i dont know whats wrong with this coding because how ever i coding the overlay doesnt direct correctly * the code is correct *

@transition iris out
INT. QHVE with MIZSHARAB
@overlay MIZSHARAB opacity 1 in 0
@overlay 6074786584526848_MIZSHARAB shifts to -5 154
@overlay 6074786584526848_MIZSHARAB scales to 1.162 1.162
@cut to zone 2

@EATER GIRL spot 0.735 40 307
@EATER BOY spot 0.744 91 313
@EATER GIRL faces right
@EATER BOY faces left
@add Cup Plastic Blue to EATER GIRL
@add Cup Plastic Blue to EATER BOY
@EATER GIRL starts eat_food_hand_angry
&EATER BOY starts eat_food_hand_worried

@transition fade in

It’ll show up in zone 1 that way, to have it show up in zone 2:

@overlay 6074786584526848_MIZSHARAB shifts to -5 154 in zone 2

A few extra tips:
The code that you have now works, but if an overlay is created with the background, its opacity is already set to 1. You can also put the scale and shift in with the background, like:

INT. QHVE with MIZSHARAB 1.162 -5 155 in zone 2
@cut to zone 2
@EATER GIRL spot 0.735 40 307
@EATER BOY spot 0.744 91 313

^ That would have the same result. :+1: But if you’d rather write the commands, that’s also fine.

The code is almost correct. LIke @Scarlet_Sapphire said you should add “in zone 2” to your overlay code.

And also few tips to make your code smoother:

INT. QHVE with MIZSHARAB 1.162 -5 155 in zone 2
&EATER GIRL spot 0.735 40 307 in zone 2 AND EATER BOY spot 0.744 91 313 in zone 2 AND EATER GIRL faces right AND EATER BOY faces left
@add Cup Plastic Blue to EATER GIRL
@add Cup Plastic Blue to EATER BOY
&cut to zone 2
@EATER GIRL starts eat_food_hand_angry AND EATER BOY starts eat_food_hand_worried
@transition fade in

1 Like

I would write the first part like this:

INT. QHVE with MIZSHARAB to 1.162 -5 155 in zone 2 at layer #
&overlay MIZSHARAB opacity 1 in 0

2 Likes

oh boy, indeed. thanks!

1 Like

Thank you so so much

1 Like

Tyyyy honneyyyyy :smiling_face_with_three_hearts:

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