Hi. First post. Anyway, I'm using the trial version of DBPro, and here is the syntax I try to use to bring up my title image.
Rem Screen Settings
Set text font "Arial"
Sync on
Sync rate 60
`Background image
Load Image "Title.jpg",1
Paste Image 1,0,0
Wait key
Actually, that's the code to the entire program so far.
I've looked at tons of tutorials and strangely enough, they all either don't mention image loading or go over very briefly. :/
Any help? When i run the program it just shows the black background and watermark.
a total noob.