Blanking a section of screen in graphics mode
Posted: Sun Mar 15, 2015 9:39 pm
In Graphics mode I wish to have a lower section of the screen blanked so I can draw text on it.
For example:
graphics
graphics clear 1,1,1
draw color 0,0,0
draw text "first line" at 100,100
Now 'blank it
draw text " " at 100,100
' or overwrite it'
draw text "second line" at 100,100
If you run this you will see that it does not blank or overwrite the first draw text.
I just want to blank it out. How can I do this in Basic using graphics mode?
Thanks for any help you can give
For example:
graphics
graphics clear 1,1,1
draw color 0,0,0
draw text "first line" at 100,100
Now 'blank it
draw text " " at 100,100
' or overwrite it'
draw text "second line" at 100,100
If you run this you will see that it does not blank or overwrite the first draw text.
I just want to blank it out. How can I do this in Basic using graphics mode?
Thanks for any help you can give