Hello, i would appreciate it if you'd share some ideas on
how can i create a quiz game that displays 3 random pictures
on start of layout and on picture click.
One picture of the displayed three, will contain the correct answer and must not be displayed again.
Also the images should be placed in three random spots.
Here is how I am starting
dropbox.com/s/dzy0eomffxhi40p/i.PNG
I have an instance variable for each image to indicate it as correct or false.
I intend to delete the round(rand(0,array.width)) variables on each display.