Yes! very good, I picked up on that problem with SLEEP key press as being the first "Letter" pressed and the hanging started right after seeing the array load check. Yikes! I just dumped the check. I had it in there so you or I would be reassured the array of Words$() did load from first to last correctly.
Yes word$ is just one from words$(), I guess the s is kind of hard to see next to $.
I made more changes just to see how many lines I could eliminate... 186 with all the words included.
At first I thought you oldLetters was checking if you were repeating a Letter guessed already, but no, it's to compare to Letters to see if any new hits, if not a "mistake".
Might be good idea to see if repeating an old letter, might declare a false win by repeating same successful letter 5 times. (OK no that doesn't happen.)
Yes word$ is just one from words$(), I guess the s is kind of hard to see next to $.
I made more changes just to see how many lines I could eliminate... 186 with all the words included.
At first I thought you oldLetters was checking if you were repeating a Letter guessed already, but no, it's to compare to Letters to see if any new hits, if not a "mistake".
Might be good idea to see if repeating an old letter, might declare a false win by repeating same successful letter 5 times. (OK no that doesn't happen.)
b = b + ...