Speed of moving characters

Hi, I wan’t to choose how fast a character moves in a scene. How do I do that?

Hey! You can make a character run by using this:

Limelight:
SCENE 1
@CHARACTER walks to screen center AND CHARACTER is run_athletic_neutral_loop

Ink:
SCENE 1
@CHARACTER walks to screen center AND CHARACTER is run_athletic

But I’m not sure if you can make a character walk faster. Hope this helped! :slight_smile:

You’ll have to spot direct.

@CHARACTER walks to spot 1.280 160 0 in [TIME] AND CHARACTER is run_athletic AND CHARACTER faces right

Ok, thanks! I’ll try it out :+1:

1 Like

Wow, I never knew you could make a character walk faster! Thanks, I guess! :slight_smile:

1 Like

You can also time the default actions like for example:

@CHARCTER exits left in 0.5

@CHARACTER enters from left to screen center in 0.7

@CHARACTER walks to screen right in 1.0

4 Likes