Search found 22 matches

by Newbie
Sun Sep 29, 2013 6:49 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Re: New to QB 4.5

Thank you very much for the help.
by Newbie
Sun Sep 29, 2013 11:05 am
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Re: New to QB 4.5

If you send me email at qbnovice@hushmail" target="_blank, it will kick back. The correct email is now qb64novice@hushmail.com" target="_blank" target="_blank. I have tried several times to change it on the User Control Panel but it just keeps going back to the incorrec...
by Newbie
Mon Jul 22, 2013 1:42 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Re: New to QB 4.5

Well here I am again with another endeavor. It's another exercise in trivia but with different questions. I gave up on the sound effects - for the present anyway. This time I tried to be more compact on my coding. For example, instead of repeating the same long request for input, I put the request i...
by Newbie
Wed May 01, 2013 10:27 am
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Got it!

THANK YOU. :roll:
by Newbie
Tue Apr 30, 2013 7:48 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

More

Further, I guess I like your first version better because it seem more compact. However, both work just fine.
by Newbie
Tue Apr 30, 2013 7:32 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Thanks burger2227

I'll be working on your suggestions.
by Newbie
Tue Apr 30, 2013 1:19 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Here I go again - with another one

This program generates a number from two through twelve, simulating the roll of dice. You get to guess the number rolled; get it right and you can try again. Miss it ten times in a row and the game is over. The program starts by popping up "ROLL THE DICE" one letter at a time but the way ...
by Newbie
Tue Apr 16, 2013 3:05 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

You could use a colon to combine commands in the IF statement too: wrong: IF sound$ = "n" THEN LOCATE 22, 22: PRINT "You have the sound turned off."; : RETURN BEEP BEEP RETURN This is the format I initially had except with the 1st return in a separate line, and the sound wouldn'...
by Newbie
Tue Apr 16, 2013 1:56 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Sound Problem Solved

If you are getting sounds it probably has something to do with the calling procedures enabling the GOSUB procedures. My thanks to burger227 for the help. My problem was in my GOSUB procedures. I changed my formatting from this: wrong: IF sound$ = "n" THEN LOCATE 22, 22: PRINT "You ha...
by Newbie
Mon Apr 15, 2013 11:32 am
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

burger2227 wrote:You need to include the calls to those GOSUB programs.
I'm not sure what you mean by your comment. :?:
by Newbie
Mon Apr 15, 2013 5:22 am
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Burger. Thanks for the input. I've switched to a desktop and I seem to have non-BASIC programming problems with it. I'll go back to the laptop I wrote the program on and check it out. I'll get back to you.
Those are the only two sounds I've tried.
by Newbie
Sat Apr 13, 2013 4:06 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Sound problem ... Again

Here I am again. Remember my previous post about the annoying sound in the program? I've tried and tried to modify it so a user can turn the sounds off, but to no avail. Any ideas or suggestions? Here's a copy/paste of just the sound subroutines. You can download the entire program at my website: ht...
by Newbie
Wed Mar 27, 2013 8:21 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Reply

That should be a thank you to burger2227. :( :!:
by Newbie
Wed Mar 27, 2013 8:18 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Reply

Is it annoying on purpose or does it have a problem? Do you have a problem?

No, it is not annoying on purpose. Some folks just might like the sounds.

The program does not have a problem.

I do not have a problem.

Thanks for the interest, Garry.
by Newbie
Wed Mar 27, 2013 2:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

One more program

Well here is my latest attempt, in QB 64. It's a 15 question trivia quiz, with (annoying?) sound. How about heading over to my website at http://quickbasic64.weebly.com/ and checking it out?

(Gary, I used your template concept on this one.)
by Newbie
Sat Mar 16, 2013 8:43 am
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Thanks Gary. I hadn't thought about that template/foundation concept.
by Newbie
Fri Mar 15, 2013 9:08 am
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Another program

OK, here I am again with another endeavor. This time it's a program that asks a series of questions on mathematics and then calculates what percentage you got correct. I originally wrote it in QB 45 and then tried it in QB 64; it worked just fine. I did have to add a _FULLSCREEN _STRETCH command at ...
by Newbie
Sun Mar 03, 2013 12:41 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Thank you

I appreciate your comments, Gary, both here and in my website. I checked out your website also and find it to be quite interesting. I downloaded and ran your math1.bas. It ran on QB 4.5 fairly well. Personally, I did not like the use of sounds. For me it distracts from the goal of learning Math. But...
by Newbie
Wed Feb 27, 2013 12:59 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Dropbox

Thanks for the suggestion about Dropbox. I'd heard of it but never tried it. I appreciate your offer to send me an invite to there.

If you want to, you can go to my website (see www link below) where you'll find both the code and a downloadable .bas file.
by Newbie
Wed Feb 27, 2013 10:50 am
Forum: QBASIC and QB64 Questions & Answers
Topic: New to QB 4.5
Replies: 35
Views: 60578

Burger2227, Thanks for clarifying about the BB Button. That part worked just fine but I have hit a snag on trying to post a reply with the code included. Short comments, such as this one, post fine but when I add the code (6.6 KB of it) it will not post, or even preview. Is there a KB limit to the s...