Can someone help me with this?!

Hey! I’m trying to create a scene where the character walks in and you can see her reflection in the mirror, but I tried to layer it and the character keeps popping up behind the overlay (bathroom).
Here’s my script!
script
And this is what it looks like!

Try changing the @‘s to & and move the &alex moves to layer 2 BEFORE @pause for 2?

1 Like

Okay, I’ll try it!

I tried it, it still won’t work. :cry:

Sent you a message. :slight_smile:

1 Like

You need two characters for this that look alike. Spot them, layer them and make them enter at the same time. If you have allowed customization for the MC, before the scene starts write @MC1 becomes MC and you should be set.

2 Likes

Thank u! :smiley:

1 Like

Moved to Directing Helps and Tips since this involves coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

You need to spot her offscreen first before she enters.
&EM spot 1.280 -100 0 AND EM moves to layer 0
&ALEX spot 1.280 -100 0 AND ALEX moves to layer 2
@pause for 2
&EM walks to spot 1.280 250 0
@ALEX walks to spot 1.280 250 0

1 Like

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