Ooops sry. Not having a good day.
Text$="Hello!"
sync on
Do
ink rgb(255,255,255),0
center text 320,240,Text$
if mousex()>320-text width(Text$)/2 and mousey()>240-text height(Text$)/2 and mousex()<320+text width(Text$)/2 and mousey()<240+text height(Text$)/2 then ink rgb(255,0,0),0 : center text 320,240,Text$
if mouseclick()=1 and mousex()>320-text width(Text$)/2 and mousey()>240-text height(Text$)/2 and mousex()<320+text width(Text$)/2 and mousey()<240+text height(Text$)/2 then ink rgb(255,0,0),0 : center text 320,240,Text$
sync
Loop
For DBPro. Hope this helps!
(Should work in DBC also
)
Tigerdane