>
> Ok,i got this but another problem appeared <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">
>
> Can i compare a letter in textbox.text ?
>
It would be the same just replace "ball" with the letter ("r")—not sure I understand what the problem is...
Sorry,my bad.
I'm making a word search game.
I have a word list.
I load this list with ajax.
I give randomly 8 letters and player should create words using those letters.
Here's my problem;
I can't check player is used my letters or not.
Ugh! I can't explain my problem because of my english. <img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very Sad">
Here's my capx : https://drive.google.com/file/d/0B9xK1e ... gxcWc/view
In this screenshot i entered "float" but those letters are different than the letters which are created by game below.When i entered "float" the game search the wordlist and founds "float" and says "it's ok" and give me points.It should be wrong because i didn't use the letters which are created randomly below.