Hi,
I have a problem changing the colour of text in a dynamic text box.
I have created a dynamic text field with the following text in it: jjj fff jjj fff.
I then have an input text box below it. The user has to type the letters it sees in the text box above. If the user types a j the text in the textfield turns green, to indicate that the user entered the correct letter, if the user inputs the incorrect letter in comparison with the text above the text above (e.g: turns red.).
I want to program the text in the text field so that only the letter that they were supposed to type turns either green or red, depending on whether they typed the correct letter in the input box.
For example. if the user inputs a ājā in the input box, the first j in the text field above, will turn to green, then if the user types in an f, the j in the text field above will turn to red, as the user was supposed to type a ājā.
How can i control each letter colour of the textfield.
Any help would be appreciated.
From a confused programmer.
Clodagh2000