Hi,
I have been working on a game called geo challenge. Basically I have a variable Random No. so it asks a random question and then waits for an answer. How do I stop it asking the same question again?
Thanks
Offline
Have a variable representing the previous question, and use a [repeat until <>] to try again if the question is the same as the previous one.
Offline
Once that number has been called, add it to a list called "called numbers".
When getting a new random number, use the script
Offline
Without lists?
When Flag clicked
Switch to custome 1
Forever
Switch to costume Variable 2 -basicely the questions will show up in different costumes
When question sprite clicked
Broadcast 1
When I recieve 1
Switch to costume -basicely the questions will show up in different costumes
If Variable 1 = Pick random from (#) to (#)
set variable 2 to Variable 1
Set 1 to any none numerical value
broadcast 1
Offline
It seems you got an answer already.
Offline