I wish to clear a section of the screen in graphics mode and write over it. You can see from the code below what I am talking about.
graphics
graphics clear 1,1,1
draw color 0,0,0
draw text "first line" at 100,100
'blank it
draw text " " at 100,100
' or overwrite it'
draw text "second line" at 100,100
How do I blank out a section of code in graphics mode
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: How do I blank out a section of code in graphics mode
You are duplicating your questions.
Your initial question is answered here: viewtopic.php?f=26&t=964
Your initial question is answered here: viewtopic.php?f=26&t=964