lots of ways!
1)
SET TEXT FONT : SET TEXT FONT Fontname
SET TEXT SIZE : SET TEXT SIZE Point size
SET TEXT OPAQUE : SET TEXT OPAQUE
SET TEXT TRANSPARENT : SET TEXT TRANSPARENT
SET TEXT TO NORMAL : SET TEXT TO NORMAL
SET TEXT TO ITALIC : SET TEXT TO ITALIC
SET TEXT TO BOLD : SET TEXT TO BOLD
SET TEXT TO BOLDITALIC : SET TEXT TO BOLDITALIC
all of those commands can be used to marquee your text. just set different font size or make it BOLD from the other texts..
2) use box command to make behind-text box.
msg as string
color as integer
msg = "hello world"
color = rgb(200,0,0)
do
cls
box mousex()-1,mousey()-1,mousex()+text width(msg)+1,mousey()+text height(msg)+1,color,color,color,color
text mousex(),mousey(),msg
loop
more 3d models .x/.obj and more foramts here:
[href]https://www.turbosquid.com/Search/Index.cfm?keyword=gogetax1&x=0&y=0[href]