Could you please help me write a script in which the reader could choose their LL MC amongst 3 characters? It would be like Character Wheel Selection but instead it wouldn’t work with numbers to redirect to choices but with right and left arrows overlays and a check button overlay.
Maybe I should put labels? Btw, are tappable overlays still in BETA? How can we know if we been selected or not?
Here’s my script:
INT. BLACK - NIGHT
@pause for 4
INT. BLACK - NIGHT with EFFECT PINK SPOTLIGHTS to 0.011 -476 -145
&zoom on 194 463 to 115% 0
@FEMALE moves to layer 1
@MALE moves to layer 0
@FEMALEX moves to layer 2
@FEMALEX spot 1.556 155 -146 and FEMALEX faces right and FEMALEX starts idle and FEMALE spot 0.753 70 356 and FEMALE starts idle and FEMALE faces left and MALE spot 0.753 254 356 and MALE faces right and MALE starts idle
NARRATOR
Hi, thanks for reading this story.
@overlay ARROW RIGHT shifts to 0 264
@overlay ARROW RIGHT scales to 0.838 0.838
@overlay ARROW LEFT shifts to 126 51
@overlay ARROW LEFT scales to 0.838 0.838
tappable
“ARROW LEFT” {
label MALECENTER
@FEMALEX moves to layer 1
@MALE moves to layer 2
@FEMALE moves to layer 0
@MALE spot 1.556 155 -146 and MALE faces right and MALE starts idle and FEMALEX spot 0.753 70 356 and FEMALEX starts idle and FEMALEX faces left and FEMALE spot 0.753 254 356 and FEMALE faces right and FEMALE starts idle
label MALECENTER
@FEMALE moves to layer 0
@MALE moves to layer 1
@FEMALEX moves to layer 2
@FEMALE spot 1.556 155 -146 and FEMALE faces right and FEMALE starts idle and MALE spot 0.753 70 356 and MALE starts idle and MALE faces left and FEMALXE spot 0.753 254 356 and FEMALEX faces right and FEMALEX starts idle
}
label MC_APPEARANCE
if (label_FEMALEXSPOTS) {
tappable
“CHECK”{
In the end I wanted to put an If/elif/else so that the character would have a different route.
Thank you.