Navya
October 10, 2021, 3:34pm
1
I want to create a scene in which the character runs to zone 3 and the camera follows it…
@MARILIA walks to spot 0.892 100 159 in zone 3 in 4 AND MARILIA does it while run_athletic_neutral_loop
&pan to zone 3 in 4
can you tell what is wrong with this code?
1 Like
Its all wrong
@follow CHARACTER to position (like screen left/right/center) in zone x
Navya
October 10, 2021, 3:45pm
3
I tried
@follow MARILIA to spot 0.892 100 159 in zone 3 in 4 AND MARILIA does it while run_athletic_neutral_loop
&pan to zone 3 in 4
but it still doesn’t work
Navya:
spot 0.892 100 159
try to write screen center
just make it like
@follow MARILIA screen left in zone 3
@/MAILIAN walks to spot xyz in t
Navya
October 10, 2021, 3:49pm
6
oh it does work but is it possible to make the character run at a particular spot?
Navya
October 10, 2021, 3:54pm
8
this is the script so far
@follow MARILIA to screen center in zone 3 in 4 AND MARILIA does it while run_athletic_neutral_loop
&pan to zone 3 in 4
&MARILIA spot 0.992 115 159 in zone 3
here marilia abruptly changes her position from centre to spot.
when I tried
&MARILIA spot 0.992 115 159 in zone 3 in 3
it displayed an error.
1 Like
Navya
October 10, 2021, 3:58pm
11
I did but that’s what I’m saying that the character changes its position abruptly like the first second its at screen centre and the next at spot. Otherwise the script works
How can I make it smoother, any ideas?
Navya:
&pan to zone 3 in 4
Why u wrote this?
Remove this line lol
Add “walks to”
Like &MARILIA walks to spot 0.992 115 159 in zone 3
Navya
October 10, 2021, 3:59pm
13
but if I don’t write pan then how will the camera follow the character?
1 Like
it will follow just remove it
and if u want to make it like she is running then
&MARILIA walks to spot 0.992 115 159 in zone 3 in .9 and MARILIA is run_athletic_neutral_loop
Navya
October 10, 2021, 4:00pm
16
for some reason @follow is not working.
This line will do all the work for the panning as well
Navya
October 10, 2021, 4:02pm
19
lol marilia flew lol.
it didn’t work. @follow command doesn’t work
can u post the script’s pic