Categories


Description :

Prints the value of the selected variable on the screen at the specified position. Position is considered to be the bottom-left portion of the text.

Uses :

Use this for displaying score, health, etc. or for testing purposes. Must be called in a continuous loop such as Forever or Whenever to be shown continuously.

Example :

The following code prints the value of the variable "Score" continuously at position 5,25 on the screen.