I wanted to have moving cloud overlays while doing the FAQ but I’m having some trouble.
I think there’s a way if you make the overlay tappable
This is possible! All you need is a looping overlay of the cloud. It would be something like this:
&overlay OVERLAYNAME shifts to x y in 0 THEN overlay OVERLAYNAME shifts to x y in T loop INFINITE times
label questions_and_answers
NARR
These are some common questions.
choice [shouldPaginate: YES
“Question 1” {
[ANSWER HERE]
goto questions_and_answers
} “Question 2” {
[ANSWER HERE]
goto questions_and_answers
} “Question 3” {
[ANSWER HERE]
goto questions_and_answers
} “Question 4” {
[ANSWER HERE]
goto questions_and_answers
} “Question 5” {
[ANSWER HERE]
goto questions_and_answers
} “I have no more questions!” {
}
I hope this is what you’re talking about…
omg TYSM!
You’re welcome! If you have any other questions about how to do this just lmk