Character walking rear

Hello I’m trying to get my boy character to walk in front of my girl character. I want the boy to walk in front of the girl without us seeing his face but i’m getting it wrong in my script. please help
thanks

1 Like

@LORENZO walks to spot 1.280 50 0 in zone 2 AND LORENZO faces right/left AND LORENZO moves to layer 4 AND LORENZO is walk_rear

You might also need to play with the spot for Lorenzo if you want to avoid showing his face. Right now it looks like he’s in the default position. Try playing around with the camera too.

2 Likes

thankk you so much it worked!!! how did u figure this out?

3 Likes

Haha, I don’t know how to answer this. But, I figured the “in layer” part was wrong.

1 Like

Thank a mill. You helped me with so much of my scripting and i’m finally done with my first epsiode :slight_smile:

1 Like

Of course, no problem! Happy writing :yay:

2 Likes

hey Aaliyah one last question. If i want Lorenzo to enter from the right and go to the left how would i add to this? I did what u did and it only has enzo walking into the scene and stopping on the left not walking through

1 Like

You would have to spot him off the screen on the left hand side, then have him walk to the right. You have to play around with the spots. Unfortunately, I’m not on my computer so I can’t give you an example code.

1 Like

no thank you :slight_smile:

1 Like

Offscreen left (example)

@CHARACTER spot 1.280 -100 0 in zone # at layer # AND CHARACTER faces right

Offscreen right (example)

@CHARACTER spot 1.280 420 0 in zone # at layer # AND CHARACTER faces left

#=is a number

Ex.

@GIRL spot 1.280 420 0 in zone 2 at layer 4 AND GIRL faces right

By the way, some of the stuff I add to the code above is optional, like direction, layer number, zone number but I like having all of them there lol :joy:

2 Likes

thanks jem i will try it

1 Like

SO Jem if I want lorenzo to start screen right offset and walk past lacey to screen left offset how would this work?

1 Like

@JemU776 @LiyahxWrites

Use the codes that Jem gave you.

ok so i figured out the scripting. The only thing is that he is coming in from the left not the right. no big deal i can work with that

its just i would like the right.

1 Like

You would have to change the spotting.

1 Like

I see you’re using new numbers.

You have @LORENZO spot 1.325 26 37

In you’re case, you want him to come in from the right so place him at:

@LORENZO spot 1.325 420 37 in zone 3 at layer 4 AND LORENZO faces left

#then have him walk in

1 Like

Resources that will aid you:

Thank you all Everything is great now !! :slight_smile: