In my game , point is written on the stage, but when it increases the appearance goes bad and nothing could be read. I think i have to clear field, before i write the point again. How can I clear? or do you have any recommendation?
That sounds like you are creating a new text field every time you are updating the score/points! So what you see is several textfields stack on top of each other. Don't create new text fields. Just change the value of one.
Comments
You can change the text via the SETTEXT method.
Likes: mertocan