I have another question.
In this game i will have 8 items, but only 3 will be randomly shown on the screen and user must click on them in specific order.
Let's say, there are 8 food in stock: pizza, hamburger, fries, noodles, salad, soda, ice cream, cheeseburger. On the start of the game only 3 random items will be shown in three fields and user must click on them in specific order
1. Cheeseburger
2. Pizza
3. Fries
When user clicks in correct order another batch is randomly generated and shown again in the screen. How do i do this? Is there any tutorial for something similar to this?