Getting closer to what I was trying.
that is to change the text color in mid string.
col as dword
rem change blues value.
col =rgb(0,0,60)
print col;" ";change(rgb(255,0,0))," hello";change(rgb(0,255,0));"world"
wait key
end
function change(col)
ink col,0
endfunction b
and with text command
col as dword
rem change blues value.
col =rgb(0,0,60)
print col;" ";change(rgb(255,0,0))," hello";change(rgb(0,255,0));"world"
center text screen width()/2,100,str$(col)+" "+str$(change(rgb(255,0,0)))+" hello"+str$(change(rgb(0,0,255)))+" World"
`+" hello"+change(rgb(0,255,0))+"world"
wait key
end
function change(col)
ink col,0
endfunction b
Now just trying to make the zero go away.
I'm not getting you down am I, Ho Look! another fancy Door?