Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Code Snippets / Anyone has public code for my website? :)

Author
Message
Dark Basic Italy
21
Years of Service
User Offline
Joined: 19th Sep 2002
Location:
Posted: 4th Oct 2002 01: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
deadlyduck
21
Years of Service
User Offline
Joined: 19th Sep 2002
Location: United Kingdom
Posted: 13th Oct 2002 03: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
deadlyduck
21
Years of Service
User Offline
Joined: 19th Sep 2002
Location: United Kingdom
Posted: 13th Oct 2002 03: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
gosila the fighting game creat
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location:
Posted: 15th Oct 2002 02: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

DarkSith
21
Years of Service
User Offline
Joined: 8th Nov 2002
Location: United Kingdom
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.

Guardian of Hell
TheCyborg
21
Years of Service
User Offline
Joined: 6th Oct 2002
Location: Denmark
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.

TheCyborg Development.
http://TheCyborg.Amok.dk
The Ultimate Source To DarkBASIC Programming.
MrTAToad
21
Years of Service
User Offline
Joined: 26th Aug 2002
Location: United Kingdom
Posted: 14th Nov 2002 14:44
I've got plenty of code on my web site...

Yes, I really am THAT good...
indi
21
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Earth, Brisbane, Australia
Posted: 14th Nov 2002 14:51
http://www.lunarpixel.com/code.htm

Login to post a reply

Server time is: 2024-04-20 05:37:18
Your offset time is: 2024-04-20 05:37:18