Search found 55 matches

by Raspberrypicker
Sun Aug 26, 2007 4:02 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Possible to store an array in a sub?
Replies: 12
Views: 26402

kk, thanx. I think I understand it. So when I pass it to the sub does this part go into the main program or sub program? MySub SomeStuff%() I think that's the only part I didn't do...plus DIM SHARED. So basically when I add SHARED to it, it lets me "share" the array between subs, ok I got ...
by Raspberrypicker
Sat Aug 25, 2007 8:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Possible to store an array in a sub?
Replies: 12
Views: 26402

Possible to store an array in a sub?

I've been working on a new project, and I've realized that I can't store an array in a sub program and then call it back to the main program so I can use the variables (or at least I don't know how to). So is it possible? I know for a fact that my program runs fine without making a seperate sub for ...
by Raspberrypicker
Sat Aug 25, 2007 8:01 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Qbasic Virus MUHAHAHAHA!!!
Replies: 8
Views: 13867

Sorry I had blackberries with my cereal this morning. :x

But no, i'd never, ever, ever make a program that wud just cause mischief.
by Raspberrypicker
Thu Aug 23, 2007 4:58 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Qbasic Virus MUHAHAHAHA!!!
Replies: 8
Views: 13867

Qbasic Virus MUHAHAHAHA!!!

Ok, this has always been on my mind for some reason ever since I started programming...is it possible to create a virus with qbasic? If you could help me out with this, I'd greatly appreciate it, one day I'd like to take over the internet using qbasic. :twisted: LOL I'm not saying that I wanna make ...
by Raspberrypicker
Tue Aug 21, 2007 5:58 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: YAY!! I made a sucky game...I'm so proud of myself
Replies: 5
Views: 10934

:shock: By Thursday!? No way...this game took me like 5 days to make. This is how I programmed the thing: I programmed some code, then I couldn't figure something out, got frustrated, and went to sleep. The next day I was thinking about my program, figured out my problem, went to fix it, then type i...
by Raspberrypicker
Tue Aug 21, 2007 5:29 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: YAY!! I made a sucky game...I'm so proud of myself
Replies: 5
Views: 10934

YAY!! I made a sucky game...I'm so proud of myself

It took me long enough, but I finally finished my first game. It isn't that good, but I was just doing it for the practice. Please revise my code for any errors...cuz I kno I probably did a hundred things wrong, lol. DECLARE SUB delay (wat!) DECLARE SUB lose () DECLARE SUB playermove (playery!, play...
by Raspberrypicker
Fri Aug 17, 2007 7:01 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: game help
Replies: 3
Views: 7947

Thanx guys, this was extremely helpful.
by Raspberrypicker
Thu Aug 16, 2007 9:00 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: game help
Replies: 3
Views: 7947

game help

ok well I was practicing my programming, so one of the challenges was to move an ascii character from one side of the screen to the other, pretty easy. So I decided to make a game out of it. I think i did pretty well on it (for as simple as it was). But I found it didn't run smoothly, like when you ...
by Raspberrypicker
Tue Aug 14, 2007 8:38 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Bigger window
Replies: 9
Views: 15081

alright, thanx guys...i guess scrolling isn't that bad, but i'll definitely check out that site.
by Raspberrypicker
Tue Aug 14, 2007 7:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Bigger window
Replies: 9
Views: 15081

yes i know about that, but it still displays the same # of lines of code. For example: In notepad you will see: a b c d e but when you maximize the screen you will see: a b c d e f g h i etc. etc. There may be no way of doing this with qbasic, but if there is plz let me kno. thanx
by Raspberrypicker
Tue Aug 14, 2007 5:55 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Bigger window
Replies: 9
Views: 15081

Bigger window

Is there a way to make my qbasic screen any bigger?

It would be a lot easier to see all of my code at once rather than having to scroll through different parts.
by Raspberrypicker
Sun Aug 05, 2007 3:12 pm
Forum: General Discussion
Topic: program made by noob
Replies: 2
Views: 6180

ok, well now i made a triangle revolve around a central point which looks pretty awsome, but it's still not what I want. I don't know how I came out with 3 lines instead of 4. Two lines must be the same line because in that convuluted one I made there was only 3 lines as well. Oh well I'll fix it la...
by Raspberrypicker
Sat Aug 04, 2007 6:03 pm
Forum: General Discussion
Topic: program made by noob
Replies: 2
Views: 6180

program made by noob

I just thought this was really funny. I just started using qbasic, and I'm working with 3-D rotations. So I figured I try to make the program myself before copying the turtorial's example. Look what I came out with: ********************************************************** DIM c!(360), s!(360) DIM ...
by Raspberrypicker
Sat Aug 04, 2007 5:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Copy and Paste
Replies: 3
Views: 6233

thanx guys.

wow, this will save me a lot of time, lol
by Raspberrypicker
Thu Aug 02, 2007 5:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Copy and Paste
Replies: 3
Views: 6233

Copy and Paste

How do I copy and paste code into qbasic, or from qbasic to somewhere else. I've been through a few turtorials which have told me to copy and paste code, but I couldn't figure out how to do this. So I always end up typing it up myself (which I guess is better practice for me anyway.) But if you can ...