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.

Newcomers DBPro Corner / DarkBASICPro Need help

Author
Message
DarkBasic Pro Guy
20
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 5th Jun 2004 04:02
I don't exactly know how to do anything on this could someone maybe give me lessons or something?

Marcus E. J. Johnson
Lost in Thought
20
Years of Service
User Offline
Joined: 4th Feb 2004
Location: U.S.A. : Douglas, Georgia
Posted: 5th Jun 2004 04:27
If you have the full version ... you can look over the code for the demos that come with it (on the cd). And compare the commands they used to the manuals. Also there are some good tutorials at the top of this forum.

"People don't fail ..... they stop trying." Specs. P4 2.8GHz 800 FSB | 512MB DDR333
GeForce FX 5200 AGP 256MB | Windows XP Pro Full
DarkBasic Pro Guy
20
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 5th Jun 2004 07:25
thanks I really needed your advice

Marcus E. J. Johnson
GameKit
21
Years of Service
User Offline
Joined: 6th Mar 2003
Location: USA, Staring Blankly at a Computer
Posted: 5th Jun 2004 07:44
There are also many tutorials you can find/follow to help you learn... At the top of this page, point to community and then click developers network... Also, near the top of "Newcommers Corner" there is a thread called "My First Pong Game" that would help you out...

Programming isn’t an addiction, its more of a mental and social dependancy.
DarkBasic Pro Guy
20
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 5th Jun 2004 20:15
I'm getting it

Marcus E. J. Johnson
DarkBasic Pro Guy
20
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 7th Jun 2004 22:15
I STILL NEED HELP!!!

Your ugly and your mother dresses you funny
Skier Demon
20
Years of Service
User Offline
Joined: 19th May 2004
Location:
Posted: 8th Jun 2004 03:40
I'll help. I'll post a lesson.
Skier Demon
20
Years of Service
User Offline
Joined: 19th May 2004
Location:
Posted: 8th Jun 2004 03:51
Lesson 1: Print command
Print is one of the basic commands. Type in Print then a space, then in quotes the text you want printed. Print prints text on the screen. Basic,right? Here's an example:

Print "Hi!"

Now try running the program.

What you should see is a flicker on the screen. "It's not comming up!", you may think. Well, this is becasue there isn't a do and loop command.

Part 2: Do and loop

Do starts the loop command. This command is the beggining of the part of the program thta loops again and again and again. Loop ends this loop.

Example:

Do
Print "Hello!"
Loop

Now the print command is looping, so it won't stop.
Skier Demon
20
Years of Service
User Offline
Joined: 19th May 2004
Location:
Posted: 8th Jun 2004 03:52
I'll post more tutorials. But first, do you understand that? ^
DarkBasic Pro Guy
20
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 9th Jun 2004 22:49
I understand the do loop its in qbasic which is the first laguage i did

Your ugly and your mother dresses you funny
DarkBasic Pro Guy
20
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 30th Jul 2004 04:30
I am still looking for help you game experts
Ib would find stuff myself if I had the time but I'm not available to

IanM
Retired Moderator
22
Years of Service
User Offline
Joined: 11th Sep 2002
Location: In my moon base
Posted: 30th Jul 2004 05:05
*Still* looking for help?

Have you looked at the stickies at the top of this forum? How many tutorials do you need?

*** Coming soon - Network Plug-in - Check my site for info ***
For free Plug-ins, source and the Interface library for Visual C++ 6, .NET and now for Dev-C++ http://www.matrix1.demon.co.uk
DarkBasic Pro Guy
20
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 30th Jul 2004 05:12
I just need something that will help me make a basic game


DarkBasic Pro Guy
20
Years of Service
User Offline
Joined: 4th Jun 2004
Location: Broomfield, Colorado
Posted: 30th Jul 2004 05:12
I just need something that will help me make a basic program in dbpro


Login to post a reply

Server time is: 2024-09-22 18:31:02
Your offset time is: 2024-09-22 18:31:02