User Tools

Site Tools


ugbasic:user:kw:screen_horizontal_scroll
Translations of this page:


ugBASIC User Manual

SCREEN HORIZONTAL SCROLL

SYNTAX

   SCREEN HORIZONTAL SCROLL [integer]
   SCREEN HORIZONTAL SCROLL [expression]

PURPOSE

Performs an hardware scroll of the screen. The scroll is always in the direction from right to left, so with a displacement of 0 the screen is exactly as it would be without scrolling while with the value 7 you would have a scroll of 7 pixels to the left.

EXAMPLE

  SCREEN HORIZONTAL SCROLL 3
  SCREEN HORIZONTAL SCROLL newDisplacement

ABBREVIATION

 Sc Hz Scl

AVAILABLE ON

  • Dragon 32
  • Commodore 128 (MOS 8502)
  • Commodore 64
  • Commodore VIC-20
  • Olivetti Prodest PC128
  • Dragon 64
  • Thomson MO5
  • TRS-80 Color Computer 3
  • TRS-80 Color Computer

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY