Hi! Recently started working on a hangman app and I have the basic app design down and some core stuff down but when the player guesses the correct letter, I don't know how to put it in the correct spot on this line. Any ideas?
Are those 5 underscores each in their own label ?
How is the player guessing a correct letter (your blocks/logic) ?
Here is a sample app that deals with similar issues ...
P.S. A complete solution is at
Their part of the same label, When the game starts it picks a random word from a list and gets the length then makes the appropriate amount of underscores.
I'm using a contains block to see if the letter Is in the word for the time being.