Posted: 4th Oct 2002 1:57
Hi, I'm the webmaster of the official Italian website of DarkBASIC Pro (http://jael.com/darkbasic).

I'd like to ask if someone has some code snippets to be translated into Italian (I will translate them) for our users.

I'll keep a link the original website where the code comes from (in the case there's one) and credits to the author that developed it.

I'm doing this to offer something to most of my visitors that still have difficulty with English and anyway this should not bother anyone because the website is only in Italian.

Let me know if someone is available for collaboration.

Thanks
Posted: 13th Oct 2002 3:06
Sure U can put translate my Dolphin ScreenSaver if you want

you can find the links to it here
http://www.darkbasicpro.com/apollo/view.php?t=657&b=6
or look in the Code Snippets section
Posted: 13th Oct 2002 3:07
you may as well do the same to My Blend Mapping code

http://www.darkbasicpro.com/apollo/view.php?t=861&b=6
again it's in the Code Snippets section
Posted: 15th Oct 2002 2:17
I don't have at the moment any code snippet, but I'm working on a 2D fighting game. If you want some images or Stage or characters demos to put in your page, let me know at: gosila@conectate.com.uy
Posted: 14th Nov 2002 11:34
Yeah, I've got a rollover code for bitmaps.

sync on
sync rate 0
x=0
y=50
x2=x+50
y2=y+50
do
load bitmap "your bitmap here 1.bmp"
if mousex()>x and mousey()>y and mousex()<x2 and mousey()<y2
load bitmap "your bitmap here 2.bmp"
else
load bitmap "your bitmap here 1.bmp"
endif
if mouseclick()=1 and mousex()>x and mousey()=>y and mousex()<x2 and mousey()<y2
gosub new_game
suspend for mouse
endif
sync
loop


credit HellGuardian and indi as it was his code I based it on.
Posted: 14th Nov 2002 14:34
Goto my homepage. There are some source codes in english (At this moment only 2):
http://TheCyborg.Amok.dk/

1st: A cube menu system in a 3D world.
2nd: Network communication using microphone.
The credits is all mine.
Posted: 14th Nov 2002 14:44
I've got plenty of code on my web site...
Posted: 14th Nov 2002 14:51
http://www.lunarpixel.com/code.htm