My characters keep sliding

when i code where I want the characters to walk to, on the app it shows my characters sliding instead of walking whereas on the desktop preview its normal. Does anyone understand why this is happening?

I think you need an action. For example walk_neutral.

2 Likes

If not, then just write this:

@CHARACTER walks to screen center

thanks trying it right now

I think the @zoom on CHARACTER command doesn’t work with spot directing

Do it like
@Character walks to spot x y z in zone x and Character does it while animation

1 Like

trying that now thank you

if you don’t mind could you tell me the difference between using:
@character is animation
@character starts animation
@character does it while animation
im fairly new to coding

1 Like

Sure,

Click here

@character is Animation
You will type like it when you need a character to do an animation after a code

@character starts Animation
You will type like it when you need a character to do an animation from the very beginning
I am not really sure about it

@character does it while animation
Well, use it when you need your character to do something while other things

I am sorry if I am not clear enough. These are hard to explain for me, lol

1 Like

thank you

1 Like