Hi, I am working on a small memory game for children. The idea: 20 Buttons on a screen. Every button filled with a background picture.
In the blocks: Fill all 20 buttons with a picture from a list of images that are downloaded. There are always two identical, as in a memory game.
For test reason i check to display the name of the picture of the button that is pressed.
What is to see: The first 14 buttons give back the correct text. But none of the buttons displays the correct picture.
Idea for further development: shuffle the list of images. Attach them on buttons, hide buttons and let the user press two buttons to to check, whether it is a pair of equal images.
Great @tatiang !!
I generated a new project, created the 20 buttons one after the other new. Now the buttons are numbered from 1 to 20.
That was the solution. Now its works!