Table of Contents

ugBASIC User Manual

NEXT RASTER AT

SYNTAX

PURPOSE

Wait for the next raster at a specific, new, raster position and to execute the code at the given label. Meanwhile, the execution of the main code will resume where it left off.

EXAMPLE

 NEXT RASTER AT #$42 WITH myRasterRoutine
 NEXT RASTER AT newRaterLine WITH myRasterRoutine

AVAILABLE ON

SEE ALSO