Hi.
I have a problem with some score
I have a currentscoe that gets score from i string input.
currentScore = Text.stringToEdit.Length;
So if i write a word with a length og 5, the current score is set to 5.
But when i press enter, and the input field is set to empty the score disaper.
how do i save the score?
I also have another problem. this is to add more “value” to the score.
exampel. If i have 5 point on the first word i write, press enter, and write in a new word with a length og 8, the score should be sett 13. how do i add the score togehter?
thanks=)
Can you plz show ur code?
– Ekta-Mehta-D