Is there a function to create pop-up messages? If I wanted to ask trivia questions, how would I add them to the program? They would obviously be yes or no questions.
The best way to do this would be to spawn Yes or No objects and store the questions/answers in a list. As a beginner, this may not be the easiest, but it’s good to experiment when you’re new and this will really help you in the long run.
How do I store the questions and answers in a list? I’ve downloaded a CSV file for the questions and answers from google sheets and added them to the text list but how do I access one specific question for each collision? It would be really helpful to see the flow of connection of blocks from collision to displaying one specific question.
I’ve been really busy recently so I can’t make an example, so the best thing I can do rn is point you in the right direction. The first step would be to learn how lists work (How they store values, how to get specific ones, etc. Behavior Handbook is a good start for this).
Also, before I can really say more, is it 2 options Yes and No, or is it multiple choice?
Oh thats okay. its multiple choice.
i’ve tried experimenting with the list but nothing seems to work.
How are you formating the list?
So there are a couple of problems.
- Why are you using the cloud behavior??? Use a Global or Save, it’s much better for what you’re trying to do.
- A lot of other weird stuff…
- You clearly don’t know how to use lists and are trying to make it work just because it works in your head (no offense). Anything I really tell you isn’t going to be that useful because you have no idea how lists work. I also can’t tell you anything because I don’t know how you’re formatting the list and I don’t want you to have to rewrite the entire thing.
This is the Behavior Handbook. Read about lists so you can get some basic foundations. I should be able to ask you about specific inputs/outputs and you should be able to answer what they do.