How do I make temporary text?

How can I make a temporary text, like you press a key, the text shows for a few seconds, and then it disappears. And how do I use variables in text (I don't know if it's the right way to say that), for example, in C it's like this:

printf("Hello, %s", variable_name);

Or instead of %s it can be a number: %d. Any help is appreciated.

Answers

Sign In or Register to comment.