Search found 155 matches

by Sinuvoid
Wed Dec 19, 2007 4:57 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Putting variables in the DRAW command.
Replies: 20
Views: 26154

Putting variables in the DRAW command.

How do I do that?? I've tried doing,

Code: Select all

 DRAW "d",a"u",b etc.. 
and I've tried

Code: Select all

 DRAW "D" + a + "U" + b + etc...
Any suggestions on how to do that? If so thanks! :P
by Sinuvoid
Wed Dec 19, 2007 7:13 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Scrolling
Replies: 13
Views: 17571

k, thanks :P 'Cause I was like,"WHAT THE HELL?!?"

ok but another question is how do i put variables in the DRAW command?I swear I've tried everything :?
by Sinuvoid
Tue Dec 18, 2007 4:23 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Scrolling
Replies: 13
Views: 17571

WHOA?!?!? :? :!: :!: :idea: :idea: :?: :?:
by Sinuvoid
Tue Dec 18, 2007 7:23 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Scrolling
Replies: 13
Views: 17571

Ok, I should have been more specific there :P But the only part of the code I didnt understand was FIND /I "z3" *.bas >MyFile.txt With the little greater than sign. But you explained it quiet well :) Thanks Much! (off topic) How is it possible to put variables in the draw command?
by Sinuvoid
Mon Dec 17, 2007 4:56 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Scrolling
Replies: 13
Views: 17571

Can you please explain the code?
by Sinuvoid
Sun Dec 16, 2007 7:25 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: A good problem for you experts
Replies: 13
Views: 18921

Me? Like I said before, this IS NOT my code. I dont code in GWbasic, ONLY Qbasic :P
by Sinuvoid
Sun Dec 16, 2007 2:33 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Scrolling
Replies: 13
Views: 17571

Nope
by Sinuvoid
Sun Dec 16, 2007 8:54 am
Forum: QBASIC and QB64 Questions & Answers
Topic: A good problem for you experts
Replies: 13
Views: 18921

THanks, this isnt my code. Its a friend of mines who wanted it converted :p Thanks alot man!
by Sinuvoid
Sat Dec 15, 2007 5:09 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: A good problem for you experts
Replies: 13
Views: 18921

A good problem for you experts

OK, this is from GWbasic. Recreate the code in Qbasic. Any questions please ask. btw, != is doesnt equal to. Hahve fun and Good luck! Here's da code! 10 CLS 20 AButton# = 0 30 CDown# = 1 40 CRight# = 2 50 CLeft# = 3 60 CUp# = 4 63 Print "A-" AButton# "CD-" CDown# "CR-" ...
by Sinuvoid
Sat Dec 15, 2007 1:38 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Scrolling
Replies: 13
Views: 17571

Yes! thats my problem...Execpt Im using teh Command prompt command "Find" and then it prints the stuff out like nuts and it goes off the top of the screen :P How do I scroll back up? EDIT: Can you please help to explain to me what teh formula for the GFX is? Example: SCREEN 13 RESTORE Fire...
by Sinuvoid
Sat Dec 15, 2007 12:19 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Scrolling
Replies: 13
Views: 17571

Scrolling

Ok, when i use the command prompt to print stuff in qbasic, how would i beable to scroll through it? use VIEW? I dunno. I cant even guess on how to put the results in an array :?
by Sinuvoid
Thu Dec 13, 2007 4:33 pm
Forum: General Discussion
Topic: Pete, are you going to release a new coding competition?
Replies: 20
Views: 45172

Ha, are we aloud our own libraries?
by Sinuvoid
Thu Dec 13, 2007 7:50 am
Forum: General Discussion
Topic: Pete, are you going to release a new coding competition?
Replies: 20
Views: 45172

Ill try making a game with 255 chars :P
by Sinuvoid
Thu Dec 13, 2007 7:48 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Command prompt problem (SHELL)
Replies: 9
Views: 15043

Ok, it had the command that it was going ot put into the command prompt (start /MAX notepad "DLPT.txt") and ti stilled failed. Then when I opened up teh batch file it was perfect :? This is messed up... but thanks anyways!
by Sinuvoid
Wed Dec 12, 2007 7:14 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Command prompt problem (SHELL)
Replies: 9
Views: 15043

Ok, heres my code now... Im stuck with the command prompt part where is opens a file. DECLARE SUB Delay (Secs!) DECLARE SUB Intftut () DECLARE SUB IntfGSC () DECLARE SUB Menuf () DECLARE SUB Buttoncc () DECLARE SUB SCREENF () DECLARE SUB Interface () DECLARE SUB Exitm () DECLARE SUB Backroundf () DE...
by Sinuvoid
Tue Dec 11, 2007 6:29 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Edit Qbasic Interpreter with Hex editor?
Replies: 5
Views: 7509

sure, can you please give it to me? :P
by Sinuvoid
Mon Dec 10, 2007 8:59 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Back face culling
Replies: 13
Views: 22412

Ok thanks :D
by Sinuvoid
Mon Dec 10, 2007 8:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Back face culling
Replies: 13
Views: 22412

What is that?
by Sinuvoid
Mon Dec 10, 2007 8:25 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Edit Qbasic Interpreter with Hex editor?
Replies: 5
Views: 7509

source code? Whats that?
by Sinuvoid
Mon Dec 10, 2007 6:45 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Edit Qbasic Interpreter with Hex editor?
Replies: 5
Views: 7509

Edit Qbasic Interpreter with Hex editor?

Can I do that and lets say look for PRINT and change it to WRITE? Or cahnge its backround color to lets say white? All this with a hex editor?