Running character

I want to make my character enter a scene by running from the center and not any side. How do i make it happen?

1 Like

What do you mean like from the center? Like to the center?

1 Like

for instance-
my background is of a basement so i want to the character is running from the one end and then coming close to the other end
if this makes sense :sweat_smile:

1 Like

Oh you mean running to the center of the screen. Instead of screen left or right, you need to write ‘Screen center’

Hope I understood :upside_down_face:

1 Like

like-
CHARACTER A moves to screen center AND CHARACTER A does it while run_?

2 Likes

Yep :))

1 Like

ill try that

2 Likes

hey im trying that but its showing error saying the character should enter from X to screen Y.
and also i had uploaded a background and it got approved as well but when applied its showing its not exist
How to rectify?

2 Likes

The code should be
@CHARACTER enters from SIDE to screen center AND CHARACTER starts ANIMATION
Whatever’s in bold has to be replaced with your side/name/animation

And make sure you entered the background name correctly and that you didn’t put it in the overlay uploading page and stuff

you could try spot directing.

@CHARACTER spot x y z in zone 1 (move your character off screen)
and then this follows
@CHARACTER walks to spot x y z in zone 2 in 3 (any seconds you want) and CHARACTER is animation
( :arrow_up: Spot where you want your character to walk or run)

You need to use spoting for specific dirrection

ill try that @emerald.epi @Dark_Clover21 @Sol-i

1 Like

how to make her run within that particular zone and on-screen?
I got her to a specific position now from there i want her to come to the front so how should i code it.?
I hope you understand
Sorry i m very much new and everything is so confusing :sweat_smile: :sweat_smile:
@Sol-i @Dark_Clover21

1 Like

@CHARACTER enters from left to SPOT (Don’t write the ‘in zone #’, everything else s required

And then @CHARACTER walks to SPOT (with everything)

INT. BASEMENT
@BRIELE spot 0.443 -21 347 in zone 1
@BRIELE moves to layer 3
@BRIELE spot 0.443 117 350 in zone 1
@BRIELE moves to layer 3
&BRIELE is run_athletic_neutral_loop
@BRIELE spot 0.852 153 133 in zone 1
@BRIELE moves to layer 3
&BRIELE does it while run_athletic_neutral_loop

It is not happening correctly.
she is just running constantly at the last spot position. :no_mouth: :no_mouth: :no_mouth: :no_mouth:

1 Like

Try @/Brielle walks to NEW SPOT in TIME (If time is required)

1 Like

You forgot “walks to”, and without any beats, the script will skip to the last line. You can merge the lines like this. You can replace the T with any seconds you want.
Also, “&” should be placed before the “@” if you want two lines of code to happen simultaneously. Otherwise, the spot will happen first before the character does the animation.

ill try to do that

INT. BASEMENT
@BRIELE spot 0.443 -21 347 in zone 1
@BRIELE moves to layer 3
@BRIELE walks to spot 0.443 117 350 in zone 1 layer 3 AND BRIELE does it while run_athletic_neutral_loop THEN BRIELE spot 0.852 153 133 in zone 1 layer 3 in 1 AND BRIELE does it while run_athletic_neutral_loop

It’s showing error. Did i do it right?

INT. BASEMENT
@BRIELE spot 0.443 -21 347 in zone 1 at layer 3
@BRIELE walks to spot 0.443 117 350 in zone 1 AND BRIELE does it while run_athletic_neutral_loop THEN BRIELE spot 0.852 153 133 in zone 1 in 1 AND BRIELE does it while run_athletic_neutral_loop

try this