The URL worked for me. Well I'm not impressed at the time but when it has a little more things in it then maybe it will be good. For the sprite/text issue that people keeps asking for just search in the Newcomers Corner od 2D Corner for "text over Sprite" or something like that. Allways hundreds of questions about that. Basically just use the "get image" command. Lots of ways you can do this on but here is an example that is easy to understand:
yourtext$= "Hello World!"
set text font "arial"
Set text size 30
Set text to bold
tw = text width(yourtext$)
th = text height("A")
create bitmap 17, tw, th
text 0, 0, charname$
get image 17, 0, 0, tw, th
delete bitmap 17
sprite 17, 300, 503, 17
The code is originally posted by RPGamer look at the post here:
http://darkbasicpro.thegamecreators.com/?m=forum_view&t=3721&b=4
Jaco Pastorius painting the Portrait of Tracy...