Day Project

BlitzPlus Forums/BlitzPlus Programming/Day Project

Gladclef - Ben B(Posted 2011) [#1]
Here's a little project I just put together for some fun yesterday. It makes button sprites! Wasn't able to post it then because I didn't have internet.



Sometimes it's a little slow because B+ uses DirectX 1.0, and so I thought I might try it in C++ w/ SDL, but I'm just learning it and had no internetz, so...

Have fun, play around, or don't. If you make improvements, post them! I put no claim on any part of the code.

http://infohost.nmt.edu/~bbean/button_maker.bb
http://infohost.nmt.edu/~bbean/button_maker_preview.bb
http://infohost.nmt.edu/~bbean/button_maker.exe
http://infohost.nmt.edu/~bbean/button_maker_preview.exe

Last edited 2011

Last edited 2011


Matty(Posted 2011) [#2]
There seems to be lots of problems with the code - I could not compile it because there are strings with characters such as " ; in them which blitz uses for comments and strings.

Also mismatched brackets throughout.

Last edited 2011


Gladclef - Ben B(Posted 2011) [#3]
Sorry, I guess there were problems with uploading into a html form. The .bb and .exe files are new available for download, instead.

Oh yeah, and I don't promise that all the code is pretty, although the functionality of the program should be simple enough to expand upon.

Best of luck! ;)

Last edited 2011


Stamm(Posted 2011) [#4]
The links are broken.