hey would anyone know how to make multiple questions, like a multiple choice one, where you pressed the right arrow each time to get to the next question but how to use the show/hide for the different sprites while using the same command press right arrow?
Offline
You could have a variable and every time you press right arrow the variable goes up by 1 and have each question be worth a different value and make it so that if the variable is a certain number then a certain question will show and the rest will hide. For example if the variable equals 1 then show that question but if the variable does not equal 1 then hide. And the second question would show when the variable equals 2. I hope that makes sense
Offline