Hi
Tried your program; worked fine for me - everything displayed correctly. I know this question gets asked a lot, but what version of DBP are you using?
The only other thing I can think of is that it could be fastsync messing up, but I doubt it. Try this
set display mode 1024, 768, 32
sync on
sync rate 100
load image "16.bmp", 1, 1
sprite 1, 700, 25, 1
set sprite 1, 0, 0
scale sprite 1, 66
sync
wait key
scale sprite 1, 100
sync
wait key
delete image 1
end
Does it give the same results? Also a screen shot of the results your getting would help.
Also a good image editor that edits PNG's (and is free) is Ultimate Paint. You can get it here
http://www.ultimatepaint.com
pizzaman