Layer and character problem

Hi! :innocent:

This is playing in zone 3

So first of all my problem :

The RECEPTIONIST character moves to behind the AIRPORT DESK layer but some moments later the RECEPTIONIST is in front of the layer. :weary:
I want that the RECEPTIONIST be behind. I want that the character and the layer have already been there. Maybe I copy the command BEFORE the @cut to zone 3 ?

I don’t understand why. Could you please help me with that?
Oh and I don’t have problem with the Bonnie character.

Thank youu :innocent:

I think it should be in layer -1 not at

1 Like

The in layer is not a direct command. :pensive:
But thank you😇

1 Like

Maybe do:

@overlay AIRPORT_DESK create
&overlay AIRPORT_DESK moves to layer 2 AND overlay AIRPORT_DESK scales to 1.000 1.000 AND overlay AIRPORT_DESK shifts to 0 0 in zone 3 AND RECEPTIONIST spot 1.195 295 36 AND RECEPTIONIST moves to layer -1

1 Like

Where in your script does this happen?

1 Like

As soon as it @cut to zone 3 the RECEPTIONIST moves behind the desk and after that the RECEPTIONIST moves front.

I hope you understand
Sorry for my english :pensive:

1 Like

Can you copy and paste that part of your script here?

2 Likes

Of course :innocent:

@cut to zone 1

     MEGAN (talk_neutral_loop_rear)

Do you see her? She is probably expecting you.

@speechbubble is 173 426 to 100% with tail_bottom_left

    OWNBODYGUARD (talk_armscrossed_neutral_loop)
Miss.. look

@MEGAN is idle_happy_loop AND MEGAN faces right AND OWNBODYGUARD is idle_armscrossed_neutral_loop

@BONNIE moves to layer 3
@cut to zone 3

@RECEPTIONIST spot 1.195 256 36 in zone 3 at layer -1
@overlay AIRPORT_DESK create
@overlay AIRPORT_DESK opacity 1 in 1
@overlay 6617095614627840_AIRPORT_DESK shifts to 0 0 in zone 3
@overlay 6617095614627840_AIRPORT_DESK scales to 1.000 1.000
@overlay AIRPORT_DESK to layer 2
@RECEPTIONIST spot 1.195 256 36 in zone 3 at layer -1

@BONNIE changes into BONNIE_UGLY-SET
@BONNIE changes hair into Full Pigtail
@BONNIE spot 1.017 368 97 in zone 3 AND BONNIE walks to spot 1.017 135 102 in zone 3 in 1.5 AND BONNIE does it while walk_neutral_loop AND BONNIE moves to layer 3

@BONNIE is search_neutral

@cut to zone 1

@MEGAN is wave_extreme

1 Like

So the issue is with your overlay coding. Change all of the @'s to &'s, and add “in 0” to the opacity, scales, and shifts command, and remove “in zone 3” from the shift command. I corrected it for you below, so just copy and paste it into your script

2 Likes

OMG it WORKS :heart_eyes::heart:
Huge thank you
You have a post with this how to do the command with the overlay and I tried to understand what you wrote there:D but now everything is clear.

I have already followed you in IG and I know your website as well :innocent:

QUEEN

1 Like

I really appreciate your comment as well :smiling_face_with_three_hearts:

1 Like

:heart:

1 Like

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