How do I make my character enter from a spot and walk to a spot?

I need my character to enter from a spot on the right side to a spot in zone three but it keeps telling me that I have an error.

1 Like

@CHARACTER walls to spot X Y Z

1 Like

Or you could do
@CHARACTER enters from right to screen right
@CHARACTER walks to X Y Z
&pan to zone 3

1 Like

Show us the script

1 Like

@CHAR enters from right to screen right

&pan to zone 3 in A
@CHAR walks to spot X Y Z in A

1 Like

A represents the amount of seconds, the two should be the same time.

1 Like

This is what I had:

@LIGHTFEMALEAVATAR walks to spot 0.272 164 425 AND LIGHTFEMALEAVATAR faces left AND LIGHTFEMALEAVATAR moves to layer 8

The character is still big walking back

The layer bit needs to be on a seperate line

1 Like

reset your progress in the story and do it again

1 Like

It happens to me all the time.

1 Like

The character is large while walking back

1 Like

I don’t exactly understand your question, could you please explain?

1 Like

I am trying to figure out how to get my character to enter from the right side to a spot while keeping the same size level.

It is still doing the same thing.

Would you explain exactly what you’re trying to do in this scene? Like where the character enters from, what direction, where you’re trying to pan etc.

1 Like

I think I get it… does she enter using “CHAR enters from right to spot X Y Z”?

1 Like

This is a school scene. The character is trying to enter from screen right and is trying to go to spot 0.272 164 425 in zone 3

Yes!

Sweet. Try this:

INT - BACKGROUND DAY
&cut to zone 3
&CHAR spot 0.272 164 200 in zone 4
@CHAR walks to spot 0.272 164 425 in zone 3

1 Like