i have several (26) sprite which each named as the alphabet e.g A B C D E ......... and each has images of things corresponding to its name.
i have others (26) sprites having images of letter A B C D ......
i created a family ObjectFamily with sprite A B C .... in it
i created a family lettersFamily with letter A to Z images in it
what i want is
if a member of lettersFamily is clicked
then show ObjectFamily with a name same as clicked instance variable text
i can manually do this 26 times with each letter and corresponding sprite but this will be tedious