Moving characters

Hi everyone I wanted to ask that how can I move a character without make them walk like you are standing on screen center then you slide down to screen how can I do that?
Aslo how can I make them upside down?

1 Like

You’ll have to make them walk to a spot while doing an animation.

@CHARACTER walks to spot % x y in T and CHARACTER faces left/right and CHARACTER does it while animation

To make a character be upside down you have to invert the scale size, meaning just make their scale a negative

@CHARACTER spot -1.28 160 0

2 Likes

Well, I know how to make them upside down. Basically, you know how the character is usually 1.280 # #? For the character to be upside down, you have to write -1.280 ##. Or, if you want the character to be small or huge while upside down, then all you have to do is add the negative sign (-).

Thank you so much

No problem, I’m happy to help!

Did this work for you @Venuss?

This was very helpful, thanks!

The simplest way to do it would be:

@CHARACTER walks to screen left/right AND CHARACTER does it while idle

Of course, you can use more advanced spot directing and/or a different animation or type of idle, that’s just how you can have them ‘slide down the screen’ with a blank face.

Thank you so much

1 Like

I haven’t tried it yet

Closing due to one month of inactivity :slight_smile: