I need help making my characters exiting the scene

I am currently making my first story on episode and I have this problem. When I have the character exits the scene they would walk to the end. But the problem is that they get bigger than how they are supposed to be.

This is how I added it to the script.
Is this the correct way to do it or am I missing something?

@CHARACTER3 exits right

okay so you have them at a ‘spot’ correct? like before you’re having them exit?

They probably get bigger because you spot directed them into a place. You need to make them walk off-screen at the same scale and y value.

You’ll want to place them offscreen and have them walk to that spot same size so
@CHARACTER walks to spot (enter here) in 3

1 Like

@CHARACTER3 spot 0.811 36 130 in zone 3
@CHARACTER3 moves to layer -1

@CHARACTER3 faces right

I have this character at this spot like that (they are standing screen left)

So when they exit the scene they have to be offscreen?

1 Like

yes so try
@CHARACTER3 walks to spot 0.811 442 130 in zone 3 in 3 that will have them exit right

Do exactly what @Aliimetcalfe said, but also, you should probably change this:

to this:
&CHARACTER3 spot 0.811 36 130 in zone 3 at layer -1 AND CHARACTER3 faces right

I got it to work thank you so much :smiling_face_with_three_hearts:

Thank you! I will add it to my script thank you both for your help :hearts: :hearts: :hearts:

2 Likes

how do i get my character to exit out of a door the background i used is EXT. JUVIE POOL HOUSE - DAY

1 Like

Can you send your script?

if you want him to walk like behind the door you first need to have overlay of that door.
If you just want to walk the character towards the door you need to use spot directing

1 Like

i just made the character exit left

1 Like

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