Page 1 of 1

How do I blank out a section of code in graphics mode

Posted: Mon Mar 16, 2015 3:01 pm
by Isteward
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

Re: How do I blank out a section of code in graphics mode

Posted: Mon Mar 16, 2015 3:03 pm
by Mr. Kibernetik
You are duplicating your questions.

Your initial question is answered here: viewtopic.php?f=26&t=964