Thanks for the reply, I was kinda busy and couldnt play around with this earlier. Now I have another problem, which is there could be doubles as the random fruits pop up. So I thought about a workaround as such:
1) I'll have my 10 or so layout, each of which there are 3 fruits and a question button
2) I'll try to go to these layouts randomly, so I wont have to deal with double fruits in a single layout.
3) I have my layouts named as question1,question2,question3...question10
4) As the correct answer is given, I want it to go to a random layout so I'm trying Go to layout (by name)
"question",random(9) or something like that. I'm not familiar with the syntax. What should that line be
Sorry for asking noob questions