The fastest way to delete previous text

edited October 2017 in Questions about Code

Hello. I tried to rewrite text with the backgroud color, but the edge (outline) of the old text remains on the screen. I have no idea why. Can you please help me?

background(-1);
noLoop();
fill(#500F0F);
text("99", 300, 200);
fill(-1);
text("99",300, 200);
Tagged:

Answers

Sign In or Register to comment.