Hello,
I am trying to make a hangman game and i've almost completed it except the main part. When a user clicks a botton containing an alphabet, how to show that specific text on the blank part.
-------------------------------------------------------------------------------
Here's an example:
_D_N_W_B ----->EDANIWEB
so, when the user clicks the button containing the letter "E" i need to replace the '_' with 'E' in both 1st and 7th position.
Thanks in Advance.......