Hi all,
So, I've broken the problem down into smaller challenges.
First up:
How to make the Right Answer (R) appear in one of 4 random positions
(I'll work on the wrong answers(W) when this bit works)
So the goal is to load something like this each time:
R W
W W
W R
W W
W W
R W
or
W W
W R
Therefore:
1. I've set a global variable called right_answer_position.
2. On start of layout set right_answer_position to random(0,3)
3. On start of layout, if right_answer_position = 0 set right_answer to (175, 124)
if right_answer_position = 1 ...etc
...this doesn't work. Any suggestions?
(screenshot here:) 3.bp.blogspot.com/-HN1BmMLsh3s/UuQbEGHo_wI/AAAAAAAAAnc/234j1skZXe8/s1600/2.png