Hello everyone, I'm making a game where you guess the country by it's map and flag
I made two sprites one for the maps and the other for the flags, and put the u=images inside them as animations not frames, each image in a separate animation and named them
I was able to select a random animation using : choose("0","1","2,"3",,,,) the numbers are the animations names, the thing is I want to store the random value he chose and set it for the other sprite how can I do that?
Also how can I make it as a quiz, under the images there would be different selection of the country names but I want to make sure the correct country is shown in the selection ? can json help me? or some function would be able to make it easier?