How do I make a trivia game?

How do I make the game ask a question then wait for a respond and wait.

1 Like

You can use the label outputs for your text or import an image of your question as a sprite. Same for your answers (but use different labels or sprites)

Then set a timer to wait as long as you want the player to answer the question. Have the timer send a message to a switch to the answer input so you can’t click answers anymore. If you click it in time you can get it right or wrong. If you don’t, you automatically lose.

3 Likes

Yeah this is kinda complicated :grimacing:
Involves a lot of text lists

I think somebody, maybe TGW or someone else made one a while ago

1 Like