using dbpro.
When i try to put text over a sprite the screen sync goes all cazy and i loose my bitmap background and i get a blue screen instead i have tried the draw sprite first last sync cls all kins of stuff but cant seem to get it to work. i would reallly appreciate the help thank you .
do
load bitmap "ftp.bmp" ,0
ftp$="hello world"
ink rgb(0,0,0),0
sprite 1,349,24,1
sprite 2,9,274,2
sprite 3,108,274,3
sprite 4,205,274,4
sprite 5,298,275,5
sprite 6,50,23,6
sprite 7,mousex(),mousey(),7
hide sprite 6
if sprite collision (7,6)=1 and mouseclick()=1
text 52,25,ftp$
set cursor 60,25
input a$
endif
ypos$ = "y" +str$(mousey())
xpos$ = "x" +str$(mousex())
text 0,0,ypos$
text 0,15,xpos$
loop
A child's dream never dies.