Working with Quick Basic, need a bit of help

Questions about programming languages and debugging
Post Reply
User avatar
Asuna
suck-o-fied!
suck-o-fied!
Posts: 92
Joined: 27 Dec 2006, 17:00
17
Location: New York, USA

Working with Quick Basic, need a bit of help

Post by Asuna »

I'm trying to figure out how to move from one .bas file to another without any break in the program itself. For example, I have one .bas file named as Main.bas. This is the main starting point of the program. After you type in some information, I need it to jump to File1.bas without having to close the program or anything else. I'm trying to program a simple game in which you start the game by using Main.bas and your file in the game is another .bas. Is there any command that makes it so I can jump from choosing to load a file in Main.bas to starting the game in File1.bas. The game is completely text based, no graphics. However, I do make use of the BEEP and SOUND commands.

~~~Asuna-sama~~~
影を恐れなさい
"Fear the shadows"

Chaos1986
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 412
Joined: 03 May 2006, 16:00
17
Location: United States Of America
Contact:

Post by Chaos1986 »

Asuna I'm Not Sure If This Will Help But I Found A Few Sites With Tutorials For Microsoft Quick Basic. Let Me Be The First To Say Hello And Welcome To The Suck-o Community And Enjoy Your Stay. :D Here Are Some Links For You To Try.

http://en.wikipedia.org/wiki/QuickBASIC
http://www.petesqbsite.com/sections/tut ... ials.shtml
http://www.programmersheaven.com/2/Begi ... e-To-Basic
I Hope Those Links Can Help You Out. :twisted: :evil:
If Man Made It Man Can Crack Or Hack It & If You Want To Be A True Hacker You Need To Keep Your Mind Open And Always Be Willing To Learn
[img]http://img384.imageshack.us/img384/9996/chaos19862ub.png[/img]

User avatar
Asuna
suck-o-fied!
suck-o-fied!
Posts: 92
Joined: 27 Dec 2006, 17:00
17
Location: New York, USA

Post by Asuna »

Thanks, for the links. I'll be sure to check them out as soon as I have some time available to do some programming. By the way, Chaos1986, do you happen to have any more links, specifically about storing and using variables in other .bas files.

~~~Asuna-sama~~~
影を恐れなさい
"Fear the shadows"

Post Reply