Need help with some coding

I’m really stuck with this.

So, I want the MC to walk in standing in-front of the overlay, but she is always in the wrong layer and idk how to fix it. Please help.

@pan to zone 1

@zoom on 0 0 to 100% in 0
@AMY spot 0.672 448 378
@AMY moves to layer 2
@BRIGID spot 1.063 146 131
@BRIGID moves to layer 11
@XOLOTL spot 0.696 490 305
@XOLOTL moves to layer 3
@BETSY spot 1.280 905 15
@BETSY moves to layer 3
@BARTENDER spot 0.913 215 204
@BARTENDER moves to layer 3
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY shifts to -390 91
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY scales to 1.193 1.193

@zoom on 0 0 to 100% in 0
@AMY spot 0.672 448 378
@AMY moves to layer 2
@BRIGID spot 1.280 125 36
@BRIGID moves to layer 9
@XOLOTL spot 0.696 490 305
@XOLOTL moves to layer 3
@BETSY spot 1.280 905 15
@BETSY moves to layer 3
@BARTENDER spot 0.913 211 215
@BARTENDER moves to layer 3
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY shifts to -390 91
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY scales to 1.193 1.193

@pause for a beat

@BRIGID enters from left to screen center

label female_custom_1
@BRIGID spot 2.400 170 -520 and BRIGID faces right and BRIGID starts idle

    NARRATOR
What do you look like?

Change the overlay layer, put it on a lower layer than the mc’s one

It works when it gets to the customisation now, but when she walks she is still behind the overlay.

1 Like

That’s weird :thinking:
What’s your code there?

@pause for a beat

@pause for a beat

@pan to zone 1

@pan to zone 1

@pause for a beat

@zoom on 0 0 to 100% in 0
@AMY spot 0.648 531 319
@AMY moves to layer 2
@BRIGID spot 2.400 170 -520
@BRIGID moves to layer 3
@XOLOTL spot 0.696 494 296
@XOLOTL moves to layer 3
@BETSY spot 1.280 905 15
@BETSY moves to layer 3
@BARTENDER spot 0.913 215 204
@BARTENDER moves to layer 3
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY shifts to -390 91
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY scales to 1.193 1.193

@BRIGID enters from left to screen center

@BRIGID spot 1.280 140 -6 in zone 1
@BRIGID moves to layer 4

@pause for a beat

label female_custom_1
@BRIGID spot 2.400 170 -520 and BRIGID faces right and BRIGID starts idle

@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY shifts to -390 91 in zone 1
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY scales to 1.193 1.193
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY moves to layer 3

label female_custom_1
@BRIGID spot 2.400 170 -520 and BRIGID faces right and BRIGID starts idle

@zoom on 0 0 to 100% in 0
@AMY spot 0.648 531 319
@AMY moves to layer 2
@BRIGID spot 2.400 170 -520
@BRIGID moves to layer 4
@XOLOTL spot 0.696 494 296
@XOLOTL moves to layer 3
@BETSY spot 1.280 905 15
@BETSY moves to layer 3
@BARTENDER spot 0.913 215 204
@BARTENDER moves to layer 3
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY shifts to -390 91
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY scales to 1.193 1.193

    NARRATOR
What do you look like?

You have; @BRIGID spot 1.280 140 -6 in zone 1

I don’t know if this is what the problem is but maybe try without the in zone 1 and see if it works so like this: (unless this zone is in zone 2)

@BRIGID spot 1.280 140 -6

No, she’s still behind the counter

You have a lot of duplicates in that code. Try this?

Code

@pause for a beat

@pause for a beat

@pan to zone 1

@pan to zone 1

@pause for a beat

@zoom on 0 0 to 100% in 0
@AMY spot 0.648 531 319 and AMY moves to layer 2
@XOLOTL spot 0.696 494 296 and XOLOTL moves to layer 3
@BETSY spot 1.280 905 15 and BETSY moves to layer 3
@BARTENDER spot 0.913 215 204 and BARTENDER moves to layer 3
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY shifts to -390 91 in zone 1
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY scales to 1.193 1.193
@overlay INT. UNIVERSITY COURTROOM JURY TABLE - DAY moves to layer 3

@BRIGID enters from left to spot 1.280 140 -6 in zone 1 and BRIGID moves to layer 4

@pause for a beat

label female_custom_1
@BRIGID spot 2.400 170 -520 and BRIGID faces right and BRIGID starts idle

    NARRATOR
What do you look like?

Now she doesn’t walk in and she is behind the counter once customisation begins.

Damn

Yeah, I have no idea what to do

And now? I changed it a bit

This is nearly perfect, but it says there is an error in this line of code:

@BRIGID enters from left to spot 1.280 140 -6 in zone 1 and BRIGID moves to layer 4

otherwise it’s working perfectly.

@BRIGID spot 1.280 -100 -6 in zone 1 and BRIGID moves to layer 4
@BRIGID walks to spot 1.280 140 -6 in zone 1 in 2

Change it with this?

Thank you so much for your help! It’s working now :slight_smile:

1 Like

Yay!

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