I would like some help on a scene, when my character runs in she is larger than the other character and the whole scene is off can anyone help.
This is the scene
EXT. PET SHOP - DAY @zoom reset @cut to zone 2 @KATRINA enters from right to screen right AND KATRINA is run_super_speed_loop @KATRINA spot 1.015 277 79 @JORDAN spot 1.029 10 95 in zone 3 @JORDAN moves to layer 3 @JORDAN is talk_phone_angry_loop @KATRINA is faint
JORDAN (talk_phone_angry_loop)
I want it done! I am the...
Unfortunately, you can’t directly spot a character with the enter command. You have to do smth like this
@CHARACTER walks to spot - then CHARACTER walks to spot - AND CHARACTER does it while AND CHARACTER faces left/right then CHARACTER is animation AND CHARACTER faces left/right
Avoid using the is command when doing stuff like these, it can mess up your code.
Using “enters from” or even the “stands screen ___” commands use the default scale size of 1.280. If you want your characters to enter the scene with a different scale size, you have to spot direct them offscreen somewhere then make them walk to a spot onscreen.
Read this guide here and scroll down to “walking with spot direction”
okay i think i fixed it but when she enters she is big then she get to the right size when she enters the scene what am i doing wrong?
EXT. PET SHOP - DAY
set format cinematic @zoom reset @cut to zone 3 @KATRINA enters from left to spot 0.816 183 101 AND KATRINA is run_super_speed_loop @KATRINA faces right @JORDAN spot 0.835 254 113 in zone 3 @JORDAN moves to layer 3 @JORDAN is talk_phone_angry_loop @KATRINA is faint
JORDAN (talk_phone_angry_loop)
I want it done! I am the...