I’ve tried changing the direction and everything. My one character needs to face left, but she faces right when I code for left. Help?
Are you using a rear animation?
No. I’m using idle_gun_angry_loop
May I see your script where you’re having that issue?
Did you write @CHARACTER is idle_gun_angry_loop AND CHARACTER faces left??? Sometimes, I forget to write the name twice.
MAIN is the one who won’t face the correct way.
INT. ANYTHING - DAY
@transition fade in white 2
@zoom on 100 568 to 197% in 0
@MAIN faces left
@MA2 faces right
@add Gun Pistol Black to MAIN
@add Gun Pistol Black to MA2
@MAIN changes into MC Cover Fit
@MA2 changes into Myles Cover Fit
@MAIN spot 0.461 95 763 in zone 1 at layer 4
@MA2 spot 0.547 151 752 in zone 1 at layer 3
&MAIN walks to spot 0.461 96 503 in zone 1 in 2 AND MAIN starts idle_gun_angry_loop
@MA2 walks to spot 0.547 152 496 in zone 1 in 2 AND MA2 starts idle_gun_angry_loop
sound gunshot
@overlay ID TEXT create AND MAIN starts shoot_gun_angry AND MA2 starts shoot_gun_angry
@overlay 6663286092726272_ID TEXT shifts to 52 437 in zone 1
@overlay 6663286092726272_ID TEXT scales to 0.153 0.153
@overlay 6663286092726272_ID TEXT moves to layer 5
@overlay ID TEXT opacity 1 in 1
&MAIN starts dustoff_neutral_loop AND MA2 starts dustoff_neutral_loop
@remove Gun Pistol Black from MAIN
@remove Gun Pistol Black from MA2
@overlay BY ELLIE create
&overlay 6663286092726272_BY ELLIE shifts to -149 136 in zone 1
@overlay 6663286092726272_BY ELLIE scales to 0.312 0.312
@overlay 6663286092726272_BY ELLIE moves to layer 6
@overlay BY ELLIE opacity 1
&overlay 6663286092726272_BY ELLIE shifts to -30 136 in 2
&overlay 6663286092726272_BY ELLIE scales to 0.312 0.312
@overlay 6663286092726272_BY ELLIE moves to layer 6
@MAIN starts kiss_playful_loop AND MA2 starts kiss_playful_loop_rear
I only need her facing left for when they shoot. I’m able to make her faces right though
At the end of that add an AND MAIN faces left
That worked. Thank you!
No problem!
Closed: Marked as solved by thread op