Is there a way to do the question and answers template and have an overlay at the same time?

I wanted to have moving cloud overlays while doing the FAQ but I’m having some trouble.

2 Likes

I think there’s a way if you make the overlay tappable :slight_smile:

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…

1 Like

omg TYSM!

1 Like

You’re welcome! If you have any other questions about how to do this just lmk :smiley: