I will try to make this as simple as possible because something tells me it's super easy.
I have a sprite called Character. It has 10 different variables we'll call A, B, C, D, E, etc etc. that hold a number between 1 and 9.
Now I have a Family of sprites that called Billfam. I made a family instance variable called Letter. On the start of layout on the Event Sheet, I have assigned all of the 10 members of the family Letter = A through J.
My question is, If I want to make an event that pulls the number held by that specific Family members Letter. How would I do it?
I tried Character.(Billfam.Letter) but that doesn't work. help please