@pan to zone 3 @RAEGAN moves to layer 5
&RAEGAN enters from right to spot 1.100 72 120 AND RAEGAN does it while walk_worried_loop
&POLICEWOMAN moves to layer 4
&POLICEWOMAN enters from right to spot 1.055 139 155 AND POLICEWOMAN does it while walk_neutral
&POLICEGUY moves to layer 6
&POLICEGUY enters from right to spot 1.199 216 94 AND POLICEGUY does it while walk_neutral @pause for 0.25 @RAEGAN is idle_sad_serious_loop @POLICEWOMAN is idle_cup_angry_loop @POLICEGUY is idle_cup_angry_loop
this is a clip from my script, and I want Raegan walking in with the police- she’s just been arrested.
However, even with the walking commands, they seem to just be…gliding into place.
What now? @Epi_Info ? @Atreus ?
I’m god-awful at directing.
Thank you!
another question: I got them to walk on by editing my script to be the following:
@pan to zone 3 @RAEGAN moves to layer 5 @POLICEGUY moves to layer 6 @POLICEWOMAN moves to layer 4
&RAEGAN enters from right to spot 1.100 75 109 AND RAEGAN does it while walk_worried_loop @POLICEWOMAN enters from right to spot 1.055 139 155 AND POLICEWOMAN does it while walk_neutral @POLICEGUY enters from right to spot 1.199 216 94 AND POLICEGUY does it while walk_neutral @POLICEWOMAN is idle_cup_angry_loop
&POLICEGUY is idle_cup_angry_loop
&RAEGAN is idle_sad_serious_loop
Here’s the problem: there’s this awkward pause between when they walk on to when they get in the positions (the police aren’t holding cups- they’re just in this position to restrain Raegan) that follow.
Any way to fix this?
another question: I got them to walk on by editing my script to be the following:
@pan to zone 3 @RAEGAN moves to layer 5 @POLICEGUY moves to layer 6 @POLICEWOMAN moves to layer 4
&RAEGAN enters from right to spot 1.100 75 109 AND RAEGAN does it while walk_worried_loop @POLICEWOMAN enters from right to spot 1.055 139 155 AND POLICEWOMAN does it while walk_neutral @POLICEGUY enters from right to spot 1.199 216 94 AND POLICEGUY does it while walk_neutral @POLICEWOMAN is idle_cup_angry_loop
&POLICEGUY is idle_cup_angry_loop
&RAEGAN is idle_sad_serious_loop
Here’s the problem: there’s this awkward pause between when they walk on to when they get in the positions (the police aren’t holding cups- they’re just in this position to restrain Raegan) that follow.
Any way to fix this?
Okay so first you need to add the layer commands on the same line as the walking commands, because if you add the layer command before they enter the scene, they won’t be at those layers.
Second, you will need to use the THEN command so they will do those animations immediately after they walk.
@pan to zone 3
&RAEGAN enters from right to spot 1.100 75 109 AND RAEGAN does it while walk_worried_loop AND RAEGAN moves to layer 5 THEN RAEGAN starts idle_sad_serious_loop
&POLICEWOMAN enters from right to spot 1.055 139 155 AND POLICEWOMAN does it while walk_neutral AND POLICEWOMAN moves to layer 4 THEN POLICEWOMAN starts idle_cup_angry_loop @POLICEGUY enters from right to spot 1.199 216 94 AND POLICEGUY does it while walk_neutral AND POLICEGUY moves to layer 6 THEN POLICEGUY starts idle_cup_angry_loop
Back with another question, babyyyyyy
Is there a way I can have the camera between zones?
I want someone to enter the scene, but the three characters onscreen already take up a ton of space!
Is there any way I can get him in?
thank you so much, Dara. You’re an angel!
xo
Unfortunately, the camera can’t focus between 2 zones at once. You’d have to re-upload the background as another background with the “in between” part you want on its own
you can have camera between zones only with zoom…usualy only when you zoom from zone to the left…like from 3 to 2 or from 2 to 1… and yo uwill need to play with it and not always you get what you want.