title: "vbmClearBlock" description: TRSE built-in method (from IDE help)
vbmClearBlock
Systems: VIC20
Parameters: —
vbmClearBlock( );
Description
Clears an 8x8 block at the current location pointed to by screenmemory.
Example
vbmSetColumn( 3 ); // set the fourth column (remember, starts at 0)
screenmemory := screenmemory + 20; // move 20 pixels down
vbmClearBlock( ); // clears a block of 8x8 pixels on the bitmap
See also
- vbmDrawTile