Search found 86 matches

by BadMrBox
Wed Dec 05, 2007 10:08 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Trying to get a Battleship Program ASAP
Replies: 29
Views: 38494

@burger I'm not sure if you noticed it yourself but I personally think that you are a bit rude :roll:

@Raffa Dont give up.
Line, Print and input is the only commands you need to get this done. And preferable arrays too. Have you learned anything about arrays?
by BadMrBox
Tue Dec 04, 2007 12:46 pm
Forum: News and Announcements
Topic: Announcing Gflux
Replies: 15
Views: 39083

@codemss Hm, Fullscreen should work with Screen when you are using XP. The one thing I noticed when 320x240 8bits was that the colors could get wacko, but that was in FB0.14 I think. Since then I have changed to 32bits. Try ScreenRes 320, 240, 8,,GFX_FULLSCREEN @D.S Sounds great. It's all about fun ...
by BadMrBox
Mon Dec 03, 2007 10:03 am
Forum: News and Announcements
Topic: Announcing Gflux
Replies: 15
Views: 39083

If you are running windows vista then it's perfectly understandable as vista doesn't support 320x200 fullscreen. If you are not, then it's strange. Have you tried Screenres?
by BadMrBox
Sun Dec 02, 2007 9:40 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Trying to get a Battleship Program ASAP
Replies: 29
Views: 38494

OK, so far the ships are 2,3 and 4 WHAT? Pixels, inches, text places? pieces of course. 2 hit's for an 2pieced ship to go down etc. @Raffa I can't believe that you guys is supposed to do a battleship game without knowledge of the different SCREEN modes. Have your teacher told you to use LINE, PSET ...
by BadMrBox
Sun Dec 02, 2007 3:56 pm
Forum: News and Announcements
Topic: Announcing Gflux
Replies: 15
Views: 39083

@D.S
Screen 7 and Pcopy works in Freebasic and you could easily switch from Kings keyboard routine to FB's multikey.
What happened when you tried to run FB and it didn't work?

@Codemss
What happens when you try to run fullscreen? It's sounds strange.
by BadMrBox
Sat Nov 24, 2007 2:26 pm
Forum: News and Announcements
Topic: Chronicles of Galia: The First Mission (New QB-Only game)
Replies: 6
Views: 19024

Tile by tile movement was a downer. QB games moved form that since like, 1998.
Bah, nonsense.
Damn, I guess I'm gonna download dosbox and test it.
by BadMrBox
Wed Oct 31, 2007 4:36 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: return from dos screen to window screen
Replies: 12
Views: 21061

I'm not entirely sure but I think it was possible to run Screen13 progs in windowed mode in Win95. But as I said, I'm not sure... it was so long time ago maybe my memory is failing me or that I'm thinking of something completely different :?
by BadMrBox
Wed Oct 31, 2007 4:29 pm
Forum: Pete's QB Site News
Topic: QB Express #25
Replies: 11
Views: 64364

Awesome. I'm reading now.
by BadMrBox
Sun Oct 28, 2007 9:04 pm
Forum: General Discussion
Topic: I need a tileset to test my platform engine
Replies: 8
Views: 15853

This is a QB/QBasic site even though Pete seems to waver between the two does not mean that this site is anything other than a QB/QBasic site. It's Pete's site you know... @Codemss Maybe any of theese link will help you. They are mostly focused on sprites but I'm sure that you can find some tileset...
by BadMrBox
Sun Oct 14, 2007 1:50 pm
Forum: General Discussion
Topic: Influential QBasic Programs
Replies: 8
Views: 23792

Essentially everything that came from Darkness Ethereal.
by BadMrBox
Sun Oct 14, 2007 1:48 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Sprite flicker problem
Replies: 8
Views: 15138

Or, you could try to use a graphics library like GSLib or RELLlib. You will not experience anymore flickering and it's very easy to use.
by BadMrBox
Fri Sep 14, 2007 2:15 am
Forum: Pete's QB Site News
Topic: QB Express #24
Replies: 13
Views: 71116

I haven't even gotten around testing YAGL yet :oops:
by BadMrBox
Thu Sep 13, 2007 11:52 am
Forum: General Discussion
Topic: Check out my new resume / portfolio website
Replies: 7
Views: 15546

It looks quite nice Pete. And you did get a job down in LA, didn't you?
by BadMrBox
Thu Sep 13, 2007 11:39 am
Forum: News and Announcements
Topic: New QB GUI Site
Replies: 13
Views: 29351

Yeah apparently the QBasic.com forum had the same problem and was a bit more rude about it. It wasn't the Qbasic.com forum but on http://www.network54.com/. Quite a big difference. But for the love of all things, run a viruscheck before uploading your homepage. @Mentat: No, that Pete and our Pete i...
by BadMrBox
Tue Aug 28, 2007 3:39 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Possible to store an array in a sub?
Replies: 12
Views: 26078

Hm, in what way are your graphics buggy? Problems with lines and circles and such stuff? Are you using screen13? Then I would recommend PP256.
by BadMrBox
Sun Aug 26, 2007 7:23 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Possible to store an array in a sub?
Replies: 12
Views: 26078

I didn't noticed that Patz called the sub with the array :roll: , silly me. If you do it like that then you don't need to have the array shared. But anyway, you can either do like this; DECLARE SUB MySub (Array%()) DIM SomeStuff%(5,5) MySub SomeStuff%() SUB MySub(Array%()) FOR A=1 TO 5 FOR B = 1 to ...
by BadMrBox
Sat Aug 25, 2007 11:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Possible to store an array in a sub?
Replies: 12
Views: 26078

The array need's to be Dim Shared if it's gonna be noticed in a sub or function.
by BadMrBox
Tue Aug 14, 2007 3:37 pm
Forum: Pete's QB Site News
Topic: QB Express #23
Replies: 14
Views: 65592

Nice work all :D
by BadMrBox
Wed Aug 08, 2007 9:44 am
Forum: News and Announcements
Topic: Microsoft fails to kill DOS with Vista
Replies: 3
Views: 12490

DOSBOX is so painfully slow I get a headache just by thinking about it. I haven't tested it yet but some people say that DOSEmu is quite much faster.
by BadMrBox
Fri Jul 13, 2007 1:59 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How to create a fast lib from QBasic code?
Replies: 3
Views: 6748

As I know absolutely no ASM I have to say yes.