Cls

( PlayBasic 1.71 )

Cls - clear the screen

Syntax

Cls color

Description

Cls clears the game screen of text and graphics. It requires a color as it's argument.

Examples

Clear the Screen to Black

The code below clears the screen to black.

Cls 0

Related Pages

  • sync - draw the game screen
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.