INT.INTRO
@overlay FAQ create
@overlay FAQ opacity 1 in 0
&overlay FAQ shifts to -123 1 in zone 1
&overlay FAQ scales to 1.000 1.000
&overlay FAQ moves to layer 1
@overlay CREDITS create
@overlay CREDITS opacity 1 in 0
&overlay CREDITS shifts to -166 -105 in zone 1
&overlay CREDITS scales to 1.254 1.254
&overlay CREDITS moves to layer 2
label outro_menu
tappable
“FAQ” {
sound button_click
@overlay FAQ opacity 0 in 0
goto QandA
} “CREDITS” {
sound button_click
@overlay CREDITS opacity 0 in 0
goto credits
}
label QandA
NARRATOR
What questions would you like to ask?
choice
“How often do you update?” {
NARRATOR
…
goto QandA
} “How many love interests?” {
NARRATOR
…
goto QandA
} “Can I customize again?” {
NARRATOR
…
goto QandA
} “How many chapters will be there?” {
NARRATOR
…
goto QandA
} “I’m done asking questions.” {
NARRATOR
Are you sure you're done asking questions?
choice
“Yes, I’m done.” {
} “No, take me back.” {
goto QandA
}
@overlay FAQ opacity 1 in 0
goto outro_menu
}
label credits
NARRATOR
Credits
.
.
.
@overlay CREDITS opacity 1 in 0
goto outro_menu
credits is not tappable