All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:53, 21 April 2022 BigRon55 talk contribs created page GET and PUT Demo (Created page with "The following code demonstration shows how GET and PUT can be used to place a sprite on a background image using a mask. {{CodeStart}} '' '' {{Cl|DIM}} Image(3000) AS {{Cl|INTEGER}} {{Cl|SCREEN}} 9 {{Cl|PALETTE}} 'reset colors to normal visible ones {{Cl|PALETTE}} 12, 26 'Set DAC which do not respond to OUT {{Cl|PALETTE}} 10, 0 'set palette values for DAC attributes 'set palette values for attributes that respond to OUT {{Cl|OUT}} {{Cl|&H}}3C8, 0: {{Cl|OUT}} {{Cl|&H}...")