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
page revision: 11, last edited: 15 Jul 2012 02:09