hi, ive just transferred a game across to dbpro and have encountered some problems. the following code displays the sprites but the image(7) does not display. I tried it in step-through mode and it seems to appear but disappear straight away. i tried it with the paste image command before the sprite commands but it disappears as soon as the sprites are displayed. This worked fine in db - any ideas?!
cls 0
load music "intro.mid",1
load sound "click.wav",1
load image "title.bmp",7
load bitmap "buttons.bmp",1
get image 1,0,0,198,48
get image 2,199,0,396,48
get image 3,0,49,198,97
get image 4,199,49,396,97
get image 5,0,98,198,146
get image 6,199,98,396,146
delete bitmap 1
sprite 1,231,230,1
sprite 2,231,300,2
sprite 3,231,370,3
sprite 4,231,420,4:hide sprite 4
sprite 5,231,230,5:hide sprite 5
sprite 6,231,300,6:hide sprite 6
paste image 7,0,0