Hi, I need some help on a word game.
I have letters as sprites and added them to a family called letters. I have added 3 instance variables:
- Letter - to capture the letter value(a,b,c...)
- OrigX/OrigY - the start position that each letter should be placed
- On game start I want to create an instance of all letters and place them in their start positions
- I generate a word, parse the letters, then for each letter I want to pick the matching letter in the family, then place those under my letter grid