do you want it just so that the writing dont flash? if so use this.
sync on
sync rate 30
input "Type Something: ";a$
make object sphere 1,4
wait (2000)
delete object 1
`this is exactly what i don't want to do
do
set cursor 0,0
print "I want that blue to go away so I can use input text commands"
print "like I did at the beginning of the program."
print "See how hard it is to read this?"
print "There is no way anyone could type into an input command between flashes."
print "Do you know how to fix it?"
sync
loop
DB RULES!