I thank you all the people who have tried to help me before with this topic and apologize for my ignorance and basic knowledge in programming.
I am trying to create an application to teach children how to read and write.
So, I have 2 main FAMILIES OF SPRITES, one NOUN and the other ADJECTIVES.
ADJECTIVES (BIG, SMALL, BLUE, RED ETC...)
NOUN (CHAIR, BOOK, DAY, FLOWER ETC..)
SYSTEM RANDOMLY PICS ADJ + NOUN, I got that covered. Now when user clicks on the right combination, for example: " BIG CHAIR" I would like SYSTEM TO DISPLAY a BIG CHAIR, I have the graphics, of course.
I can't seem to find a way to create variables to make that happen.
Thank you.