As I move my sprite across the screen it leaves a trail behind, why?
I can post the code here, but how do I get the image for the sprite here?
backdrop off:hide mouse
sync on:sync rate 60
forecolor=rgb(255,255,255)
ink forecolor,0
cls 0
load image "Glider-Left-20.bmp",1
set sprite 1,0,0
for x=600 to 10 step -1
sprite 1,x,200,1
sync
next x
print "Using DBPro 3.1-Why does the sprite leave a trail behind it?"
input q
my first post, I hope the code worked...
Where can I post my "Glider-Left-20.bmp" file for this code sample?
(It is a small 20x20 pixel image,and I don't have a web site yet)
Thanks,
BillR