title: "vbmScrollFixBottom" description: TRSE built-in method (from IDE help)
vbmScrollFixBottom
Systems: VIC20
Parameters: —
vbmScrollFixBottom( );
Description
Optionally used with vbmScrollLeft / Right commands to fix the bottom row of characters (16 pixels) in place and prent them from being scrolled with the rest of the screen. To be used for scores, statuses that you wish to remain stationary.
Call vbmScrollFixBottom after every vbmScrollLeft / Right command to fix the top row in place.
Example
vbmDebug(1); // show the ROM characters for this demonstration
vbmScrollLeft(); // scroll one column to the left
vbmScrollFixBottom(); // restore the bottom row of characters so they do not scroll
See also
- vbmScrollRight
- vbmScrollLeft
- vbmScrollFixTop