Now lets create our own tutorial for the Newcomers forum. First your tutorial has to be something everyone wants to know.... Such as,
Clickable Buttons (Thanks Lee Stevens)
Variables and Arrays
Creating a Game that isn't forged... (thanks SERDJO3D HAHA!!)
Something New Never Done (?)
now our tutorial has to have the following qualities,
Detail
Something Good
Code
Help
Okay lets say we wanted to create a print tutorial, look here what JimmyBob3d wrote:
Okay lets make DarkBasic say something..... Look,
print "Hello World"
run that code... Doesn't show it does it? Because in DBP you have to add this command...
wait key
now look at that code together
print "Hello World"
wait key
now let me explain that code,
print "Hello World"
that made DBP say something (it printed it to the screen).
wait key
that command made DBP wait until someone pushed a key then ended....
___________________________________________________________________
Now that had some detail.....
Well concludes our tutorial for today.
Well that was 50% joke and 50% serious.