Hi: just wondering if I could get some help, I have just started using DBPro and am having difficulties with a piece of code. My sprite isn't showing up the background image is and the background is set to 0 and the sprite is set to 1
[SET DISPLAY MODE 640, 480, 32
HIDE MOUSE
cls
`load the background bitmap
load bitmap "background.bmp", 0
`Load the source bitmap file
LOAD BITMAP "F15.bmp", 1
`Grab image 1 from bitmap
GET IMAGE 1,0,0,300,300
`Draw the sprite
SPRITE 1,170,90,1
paste sprite 1, 0, 0
`Wait for keypress
WAIT KEY
END]
No idea if I did the code snippet right or not sorry, any help would be highly appreciated