Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » HELP
- Samanthas_worldxox
-
2 posts
HELP
Hey there, Can anyone help me?
If I am creating a game/quiz where you have questions and it asks you to pick the correct answer, how do I make the question change to the next one, after the player has picked an answer? Like a quiz, it doesn't matter if the answer is right or wrong.
And that's without writing long coding scripts for every single sprite. Is there a quick way to do it?
I already know how to make a question and how to score. I just want to see if I can make shortcuts!
Sorry if my question doesn't make sense. It's hard to explain.
Thank you to anyone who takes their time to help me.
If I am creating a game/quiz where you have questions and it asks you to pick the correct answer, how do I make the question change to the next one, after the player has picked an answer? Like a quiz, it doesn't matter if the answer is right or wrong.
And that's without writing long coding scripts for every single sprite. Is there a quick way to do it?
I already know how to make a question and how to score. I just want to see if I can make shortcuts!
Sorry if my question doesn't make sense. It's hard to explain.
Thank you to anyone who takes their time to help me.

- Arihant15
-
36 posts
HELP
I can help! Just add the second question as a new costume of the first question sprite. Then just use the next costume block!
- footsocktoe
-
1000+ posts
HELP
Hey there, Can anyone help me?
If I am creating a game/quiz where you have questions and it asks you to pick the correct answer, how do I make the question change to the next one, after the player has picked an answer? Like a quiz, it doesn't matter if the answer is right or wrong.
And that's without writing long coding scripts for every single sprite. Is there a quick way to do it?
I already know how to make a question and how to score. I just want to see if I can make shortcuts!
Sorry if my question doesn't make sense. It's hard to explain.
Thank you to anyone who takes their time to help me.
If one sprite is going to ask all the questions, then put the questions in a list variable and step through them one at a time.
- Discussion Forums
- » Questions about Scratch
-
» HELP