Help with fitting characters in screen

Screen Shot 2020-06-28 at 7.12.16 PM

can someone help me maybe right a script for these people to fit in the screen I’m having a hard time

1 Like

hey i think i can help, first off do you want them all in the same zone

You need to spot direct them and just scale them down a little bit.

1 Like

Go on spot directing and on the left will pull out a list of things, click on ‘Switch tool:move’ then move your characters about, make them smaller and scroll a little down and will have something like
@CHARACTER spot 2.619 59 -461 in zone 1
CHAR:
LAYER 0
Then instead of coding
@CHARACTER stands screen centre in zone 1 AND CHARACTER faces right
put
@CHARACTER spot 2.169 59 -461 in zone 1 AND CHARACTER faces right

But the first two characters on the left side I want them to walk in to the scene and idk how to spot direct with them walking in from that direction

Have you tried @CHARACTER enters from left to spot…

try either what @xKingKyrax said or place them off-screen like that

this should go under the background line
&CHARACTER spot % (the scale you want them) -34 (it’s a number that will get the character off-screen, this is the left and right shifting) Y (height you want them)

after that, you can place your character in the zone and see them by

@CHARACTER walks to spot % (use the same scale) X (the spot you want them to be at) Y (the same height as above) in T ( T=seconds. Meaning the speed of the animation.)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.