Table of Contents

ugBASIC User Manual

BEGIN GAMELOOP

SYNTAX

PURPOSE

Define the starting point of a game loop. A game loop is nothing more than an implicit loop, within which all the logic of the program (or of the game) runs. The end point of a game loop can correspond to the end of the program or to the END GAMELOOP statement.

EXAMPLE

 BEGIN GAMELOOP

AVAILABLE ON

SEE ALSO