Hello Kind People!
I couldn't figure out this by myself yet: How to randomize an array of numbers?
I want to make a simple quiz game, that has 3 answer buttons, but there will be only 1 correct answer, and 2 wrong answer.
And I want to randomize the order of the buttons for every new game start, so the correct buttons position can't be memorized.
How should I do this? How to randomize the order of the buttons?
Thank you for your help, and have a nice day!
Regards, NOIZ Ctrl
PS. I tried to randomize an array of numbers, and remove the randomized number from the array every time, but I haven't had any success.