Search found 266 matches

by bongomeno
Sun May 02, 2010 7:07 pm
Forum: General Discussion
Topic: I have made the original Xbox run Qbasic
Replies: 4
Views: 15238

the link to the file does not work.
by bongomeno
Wed Apr 28, 2010 8:51 am
Forum: General Discussion
Topic: Raycasting game...
Replies: 6
Views: 22658

thanks! :D
by bongomeno
Wed Apr 28, 2010 12:01 am
Forum: General Discussion
Topic: Raycasting game...
Replies: 6
Views: 22658

Raycasting game...

Hey, all. I thought that I would share this new game with you. Because this forum messes up my code, Ill just give you a link to the thread on my forum with thr code. Feedback would be appreciated. I used some of the tutorials on my site to help me with this. http://geekbasic.webs.com/apps/forums/to...
by bongomeno
Tue Apr 27, 2010 11:52 pm
Forum: News and Announcements
Topic: irr_chung a free 3D game in freebasic and irrlicht openGL
Replies: 6
Views: 32396

I had some fun with this... :o
by bongomeno
Thu Apr 01, 2010 10:33 am
Forum: General Discussion
Topic: Qbasic.com
Replies: 1
Views: 11744

Qbasic.com

Qbasic.com is down? Gives me an error.
by bongomeno
Thu Mar 04, 2010 9:52 am
Forum: QBASIC and QB64 Questions & Answers
Topic: IF
Replies: 17
Views: 37758

You ould just press CTRL+BREAK to return to the code. Doesnt ALT+ENTER exit?
by bongomeno
Wed Mar 03, 2010 8:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IF
Replies: 17
Views: 37758

sure, I will be glad to take a look at it!
by bongomeno
Wed Mar 03, 2010 9:50 am
Forum: QBASIC and QB64 Questions & Answers
Topic: IF
Replies: 17
Views: 37758

I had the same problem, you have to right click and do Save As for some wierd reason.
by bongomeno
Tue Mar 02, 2010 9:00 pm
Forum: General Discussion
Topic: PROSEED - Multi purpose interpreter (WIP) >UPDATE!!!<
Replies: 46
Views: 108699

I thought I wpuld just let you know that I am working on a new version of PROSEED. It will have new features for programming GUIS.

I will use it in my next version of DREAM16. It will make use of forms within it windows such as buttons, radio buttons, checkboxes, and text.
by bongomeno
Tue Mar 02, 2010 8:40 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IF
Replies: 17
Views: 37758

You dont need a goto statement or a label. You could just follow classic BASIC syntax like this: 10 LET X=X+1 20 PRINT X 30 IF X<10 THEN 10 That program would count to 10, but the IF statement only jumps to the line. So all you would have to do is parse out the line number. If your code array is a m...
by bongomeno
Mon Mar 01, 2010 11:17 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Dice Roll Function for RPGers! :D
Replies: 2
Views: 11702

lol.... whoopascii!
by bongomeno
Mon Mar 01, 2010 11:17 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IF
Replies: 17
Views: 37758

An IF statement can be pain in the ass to create. As can LET (or no LET :lol: ). the most easy form of IF THEN to create is like this: IF something=something THEN linenumber that jumps to a line number if the condition is true If you want to create END IF, then you will need to count the number of I...
by bongomeno
Thu Feb 25, 2010 11:03 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Question about files
Replies: 3
Views: 12496

Thanks for the reply, I will try this asap
by bongomeno
Wed Feb 24, 2010 12:22 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Question about files
Replies: 3
Views: 12496

Question about files

other than posts about spam, this place seems like a ghost town lately! :( Later this week Ill try to post some updates on my GUI Dream16. :D annnyyywaaay... Is there any way that I can read the contents of a directory in Qbasic? Lets say that I wanted to return file names and/or info from C:\, like...
by bongomeno
Wed Feb 24, 2010 12:12 am
Forum: Pete's QB Site News
Topic: New Moderator: burger2227
Replies: 11
Views: 86193

wait a minute, I always thought he was already a mod. :lol:
by bongomeno
Wed Feb 10, 2010 8:25 pm
Forum: Pete's QB Site News
Topic: I'm not falling for this scam spam...
Replies: 16
Views: 94432

I just got it too... almost got me too!

Pretty obvious because the newest member at the bottom of the page is "ModeratorTeam".... Rofl :lol:
by bongomeno
Thu Jan 28, 2010 1:05 am
Forum: QBASIC and QB64 Questions & Answers
Topic: = in DOSbox
Replies: 10
Views: 17671

I guess I am not welcome on this forum anymore? I was going to recommend some alternatives to using DOSbox as I also use DOSbox sometimes...

And my name has nothing to do with bongo drums. lol
Has to do with a video game.
by bongomeno
Wed Jan 27, 2010 11:16 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: = in DOSbox
Replies: 10
Views: 17671

The problem is most likely going to be with DOSbox which can be a pain to use, not Qbasic.

What OS are you using?
by bongomeno
Tue Jan 12, 2010 10:22 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Organization
Replies: 16
Views: 35743

Does this BSAVE command apply to .bmp files? If I were to make a picture in ms-paint, how would I load that .bmp file?

This could be useful.