How to update text on a screen?
in
Programming Questions
•
1 year ago
Currently in my program, I have a "score" feature where it displays "Current Score: x". X being the current score. But, I do not know how to update this score feature, because everytime I do another "Current Score: x", it just overrides the other numbers. How would I go about doing this?
1