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

Post Reply
Isteward
Posts: 5
Joined: Wed Feb 11, 2015 4:30 pm
My devices: Iphone

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

Post 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

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

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

Post by Mr. Kibernetik »

You are duplicating your questions.

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

Post Reply