Last Modified: 1/4/2021
Used for setting the ScanLine for which the horizontal blank occurs.
Name | Type | Required | Description |
ScanLine | Integer | Yes | Sets the ScanLine count in which the horizontal blank will occur. |
Syntax: hBlank <ScanLine> |
On Vint GoSub vb Enable vInt hBlank 111 On hInt GoSub hb Enable hInt End vb: Palette 0,0,0 Return hb: Palette 3822,0,0 Return |