Spot Walking (Walking w/Spot Direction)

Im trying to make my character exit the screen without using the @character exit command because I want her to exit at the same scale and zoom that she enters but she always goes upwards!

Wherever you character is stands for example:

@CHAR spot 1.250 381 221

You need to change your x axis. The x axis allows your character to go left to right, whereas the y axis will make your character go up and down.

If you want her to exit stage by going left or right, you need to code everything, but change the x axis spot.

So for example if you you wanna go to the right your code would be this:

@CHAR walks to spot 1.250 500 221

If you wanna go to the left, your code would be this:

@CHAR walks to spot 1.250 97 221

If your y axis stays the same it won’t allow your character to go up or downwards

The other option is this:

If your character is at this spot:

@CHAR spot 1.250 220 0 in zone 1

Make her walk to another zone which makes her walk to the right:

@CHAR spot 1.250 220 0 in zone 2

Unless you’re in zone 1 use the first reply I sent you to go to the left.

Part 3 of the guide focuses on exiting

So I’m trying to do what you said to do, but I have a coffee shop scene and the characters that enter in front of the counter are at default. I put the spot, and then they enter. Doesn’t work. Then I try what you said, but it says warning and then he won’t show up. Code;

@GARDNER spot 1.334 41 19 in zone 2 at layer 4
@GARDNER enters from left to screen left
@CAMERON spot 1.376 234 8 in zone 2 at layer 4
@CAMERON enters from left to screen right
@CAMERON faces left

That’s the original code, but it won’t work.

you have them at the spot then use default walking that’s why it’s not working

use spot walking instead of default one

Ok. Thx.

I want a character to run while in a certain spot.
Ex:
@CHAR spot 1.234 56 78 in zone 1
@CHAR walks to spot 1.234 56 78 in zone 2 AND CHAR does it while run_animation

Like that. but I don’t think that’s the right code

you need to find the name of run animation you want to use, just type “run” in animations catalogue and all the run animations will show up :slight_smile:

What I’m meaning is, is that the correct coding to have a character run?

yes :slight_smile:

Ok. Thx> :)))))))))))))))))))))))))))))))))))))))))))))

1 Like

So do you still put @CHARACTER spots x y z and @CHARACTER walks to screen

Soooo this might be a dumb question but how do I get a character who Ive made taller go from right to left? On a background that is only 1 zone?

thx. :slight_smile:

2 Likes

bump!

How can i put a character in front next to another one ?

bump!
book marked

Please can someone help! I’m trying to make my characters enter from the left but every time I do they enter from the right! Here is my script

Would you mind showing what this would look like in script? All of the extra info is starting to confuse me. :sob::see_no_evil: