How do I put an answer in a randon position in a math game?
I have a math game I'm working on and I would like to have the answers appear in random positions. For example:
3 x 11 = ?
9 0 33
The answer is obviously 33, position 3. Right now the answer will appear in position 3 every time.
In the next problem I don't want the answer to appear in the same position. I want it to appear in another position randomly. So for example the next problem will have the answer in position 1:
3 x 4 = ?
12 14 73
I am currently putting the answers in a dynamic text box that is already on the stage. I thought about using an array but I can't figure that part out.
Example screen shot:
