I want to make my character enter a scene by running from the center and not any side. How do i make it happen?
What do you mean like from the center? Like to the center?
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
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
like-
CHARACTER A moves to screen center AND CHARACTER A does it while run_?
Yep :))
ill try that
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?
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
( Spot where you want your character to walk or run)
You need to use spoting for specific dirrection
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
@Sol-i @Dark_Clover21
@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.
Try @/Brielle walks to NEW SPOT in TIME (If time is required)
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?