drawing_20outside_20the_20window
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| drawing_20outside_20the_20window [2018/03/31 13:19] – external edit 127.0.0.1 | drawing_20outside_20the_20window [2024/01/05 00:22] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| =====Drawing outside the window===== | =====Drawing outside the window===== | ||
| - | //by Richard Russell, December 2006//\\ \\ When you initialise BBC BASIC' | + | //by Richard Russell, December 2006//\\ \\ When you initialise BBC BASIC' |
| + | |||
| + | <code bb4w> | ||
| VDU 24, | VDU 24, | ||
| - | which might not have been obvious at first sight.\\ \\ If you prefer that the origin of the graphics coordinates should be at the bottom left corner of the unshaded area you can achieve that using the **ORIGIN** statement:\\ \\ | + | </ |
| + | |||
| + | which might not have been obvious at first sight.\\ \\ If you prefer that the origin of the graphics coordinates should be at the bottom left corner of the unshaded area you can achieve that using the **ORIGIN** statement: | ||
| + | |||
| + | <code bb4w> | ||
| ORIGIN 0,-512 | ORIGIN 0,-512 | ||
| VDU 24, | VDU 24, | ||
| + | </ | ||
drawing_20outside_20the_20window.1522502358.txt.gz · Last modified: 2024/01/05 00:18 (external edit)