I want to randomly generate one of eg 10 different objects at a particular location x, y. When the correct answer is clicked on, both the answer and object will disappear, and then I will want to randomly generate one of the remaining 9 objects at the same location, and so on until all objects are matched with their answers.
So the first thing I need to do is work out how to randomly generate an object at location x, y.