Sync

( PlayBasic 1.61+ )

Sync - draw a frame

Syntax

Sync

Description

Sync draws the current frame. If you do not use Sync you will see nothing. Therefore, it is very important to use Sync after drawing graphics or text.

Examples

Example of Use

Print "Hello World."
Sync
WaitKey
End

Related Pages

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.