How to exits back

1: Okay, please do anyone know how to make a character to exits back, I need the code for it.
2: what’s the animation for stepping back, not to be scared, just stepping back neutral
3 : how to make a character walk back.

1 Like

To make a character walk backwards you will need to make them walk to a spot with a backwards walking animation.

@CHARACTER walks to (spot code) AND CHARACTER does it while (backwards walking animation)

Walking backwards animation - walk_neutral_backward_loop
Stepping animation - step_left_neutral, step_right_neutral, step_left_rear, step_right_rear

1 Like

Should I write something like this, @CHARACTER walks to back far right AND CHARACTER does it while walk-neutral_backward_loop

What about to make a character to exits right, inside of exiting on the screen

You need to do some spot directing and spot them off screen.

1 Like

What I do in my code is

@CHARACTER walks to spot AND CHARCATER is walk_neutral_loop_rear

1 Like

How can I do that please, the spot directing

1 Like

Cool…but then how do I get this spot

1 Like

Okay thanks alot

1 Like

Use this for spot directing. It’s very very easy to understand!

1 Like

One more thing please,how do I make a car to drove out with speed without panning to different zone

1 Like

Thanks

1 Like

@overlay OVERLAYNAME shifts to x y

1 Like

If you move the overlay off screen and put the x and y co-ordinates then it will move off screen

1 Like

How do I put the x y coordinates, examples please

1 Like

Okay hang on lemme get my script and I’ll ss and show u!

1 Like

Thanks alot for that

1 Like

Okay so in the first image, the top line in the box it’s says @overlay BOOKEDROPPED shifts 157 39 or whatever. You just need to put that code into your story

In the second image. It shows what I put into my story.

The one below the highlighted line is the code to get the overlay to move

1 Like

Thank you epy, this really helped

1 Like