Search found 17 matches

by Frosty480
Sun Dec 16, 2007 7:16 pm
Forum: General Discussion
Topic: DarkBasic
Replies: 3
Views: 8462

Well, I've seen those. I've actually read through most of them, but I was looking for something on a variety of topics that sort-of strings them together. Those are tutorials on individual topics and they really arn't that good... I've looked through most of those forums, and I've found 1 tutorial, ...
by Frosty480
Sun Dec 16, 2007 5:52 pm
Forum: General Discussion
Topic: DarkBasic
Replies: 3
Views: 8462

DarkBasic

Well, I just got DarkBasic Professional, but I have a little problem... THERE ARN'T ANY GOOD TUTORIALS!!!!. Unlike QBasic, there is no such thing as Vic's tutorials for Dark Basic... Can anyone point me to some good tutorials that take you from the basics to 3D? Thanks! (Oh, and by the way, I still ...
by Frosty480
Wed Aug 29, 2007 6:37 pm
Forum: General Discussion
Topic: CLS in ASM
Replies: 4
Views: 11506

Oh, ok, sweet!!! Thanks!!!
by Frosty480
Wed Aug 29, 2007 2:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Grpahics issue
Replies: 5
Views: 12767

Oh, ok, I get it now!!! Thanks a bunch!!!
by Frosty480
Wed Aug 29, 2007 2:50 pm
Forum: General Discussion
Topic: CLS in ASM
Replies: 4
Views: 11506

I already knew that, its just that would take a whole bunch of code, compared maybe to some sorta video interupt?
by Frosty480
Wed Aug 29, 2007 1:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Grpahics issue
Replies: 5
Views: 12767

Grpahics issue

Im working on a Mario clone as my second real game, and I'm currently just testing out the graphics, and whenever I PUT the image of Mario's mask, and then Mario on a blue background, the colors are fine, but half the picture has a black outline. Its the same for a prototype of a platform. Both have...
by Frosty480
Wed Aug 29, 2007 12:34 pm
Forum: General Discussion
Topic: CLS in ASM
Replies: 4
Views: 11506

CLS in ASM

Is there any way of clearing the screen in ASM?

The reason why I ask is because im working on a OS in ASM, and I need to clear the screen when the PC boots....
by Frosty480
Wed Aug 29, 2007 10:31 am
Forum: QBASIC and QB64 Questions & Answers
Topic: MY FIRST GAME!!!!!! PONG!!!!!!
Replies: 17
Views: 31212

Weeeeeeeeeeeelllllllllllllllll......... The thing is, I NEVER use PSET in my program, I use PUT... And I've tried SUBs, but I mainly use them for useful functions. Like faster CLSs and PSETS. I call them XPSET and XCLS :) The theres also XLEFT, XRIGHT, XUP, XDOWN. But those are recent. I use them fo...
by Frosty480
Tue Aug 28, 2007 1:28 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: MY FIRST GAME!!!!!! PONG!!!!!!
Replies: 17
Views: 31212

Where do I put the PSET?
by Frosty480
Mon Aug 27, 2007 2:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: MY FIRST GAME!!!!!! PONG!!!!!!
Replies: 17
Views: 31212

Cool, Thanks!!!!!!
by Frosty480
Mon Aug 27, 2007 2:36 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: MY FIRST GAME!!!!!! PONG!!!!!!
Replies: 17
Views: 31212

Cool :D

So is it a good game? It's my first one, and I would really appreciate some pointers.

Oh, and how do you use .bmp files in your game? Is it possible?
by Frosty480
Mon Aug 27, 2007 2:29 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: MY FIRST GAME!!!!!! PONG!!!!!!
Replies: 17
Views: 31212

How is it?
by Frosty480
Mon Aug 27, 2007 2:27 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: MY FIRST GAME!!!!!! PONG!!!!!!
Replies: 17
Views: 31212

Hey, wait a second, I just checked the code with my copy, and it has a HUGE chunk missing...

It turns out that this forum cuts off the code... Here, let me upload it to a site and link to it here...

Here, go download it and see if it works -

http://www.mediafire.com/?anaj1meo95y
by Frosty480
Mon Aug 27, 2007 2:20 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: MY FIRST GAME!!!!!! PONG!!!!!!
Replies: 17
Views: 31212

I don't know why that happens, as it works fine for me. And the controls are the up and down arrow keys.

And how are you running the code? Did you paste it directly in the DOS window? Because that doesn't always work right. Try pasting it into Notepad and saving it as a .bas file.
by Frosty480
Mon Aug 27, 2007 2:09 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: MY FIRST GAME!!!!!! PONG!!!!!!
Replies: 17
Views: 31212

Oh, well, then I really don't know. Can I upload the EXE file?
by Frosty480
Mon Aug 27, 2007 1:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: MY FIRST GAME!!!!!! PONG!!!!!!
Replies: 17
Views: 31212

? It worked for me...

What QB Version are you using? I have 4.5. Maybe thats the problem?
by Frosty480
Mon Aug 27, 2007 12:03 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: MY FIRST GAME!!!!!! PONG!!!!!!
Replies: 17
Views: 31212

MY FIRST GAME!!!!!! PONG!!!!!!

Ok, well, after working for almost 3 days, I've finally finished my first game!!!! Its pong, and its beautiful!!! Here it is - 'Setup the screen... SCREEN 7, 0, 1, 0 LINE (0, 0)-(320, 200), 0, BF 'DIMing the needed arrays for graphic storage DIM p1(3, 25) DIM p2(3, 25) DIM ball(14, 12) DIM p1c(55) '...