Search found 6 matches

by jetq111
Thu Jul 26, 2007 8:01 am
Forum: QBASIC and QB64 Questions & Answers
Topic: can I do this in a SUB?
Replies: 2
Views: 5760

can I do this in a SUB?

hello. Right now I am making a very large text adventure RPG. My problem is that in one sub after an input command I want it to go to a different sub. Can I do that? here is some source: DECLARE SUB INTRO () DECLARE SUB DOG () SUB INTRO 10 PRINT "HELLO " INPUT A$ SELECT CASE A$ CASE IS = &...
by jetq111
Thu Nov 02, 2006 4:11 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: how do i copy and paste in QBASIC?
Replies: 5
Views: 11420

how do i copy and paste in QBASIC?

hey,
How do i copy stuff from the web (like source code) and paste it into QBASIC? I cant figure it out... Can somone plese help me?

thnxs
by jetq111
Wed Nov 01, 2006 6:24 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Tutorial HELP!!!
Replies: 1
Views: 4059

Tutorial HELP!!!

Hey, I was wondering if anyone can help me with a few things...

1. Can anybody tell mesome of the AI tuts on this site?
2. Does anybody have the code for input devices? (IE keyboard, joystick etc)
3. Are there any music librarys I can use on this site?

Thnxs,
jetq111
by jetq111
Wed Oct 25, 2006 4:00 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: more than one catch on random numbers
Replies: 3
Views: 5589

thanks
I was under the impression that if you did somthing like
INT(RND * 30 (.5)) + 1 ' 2 etc would not work.
thanks for the advice.
jetq111

ps
Ill post my game when its done.
thanks
by jetq111
Sun Oct 22, 2006 2:00 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: more than one catch on random numbers
Replies: 3
Views: 5589

more than one catch on random numbers

hey. Im making a RPG (my first) where you walk throu a maze and end at one random tile. Dont get it? Example 123456789 1 "#######" 2 "# # # # #" 3 "#--------#" 4 "######" say you end at row two, but u could exit the maze at either 2,2 2,4 2,6 or 2,8 If i want ...
by jetq111
Sun Oct 15, 2006 7:09 am
Forum: QBASIC and QB64 Questions & Answers
Topic: New Programmer needs help w/ moving graphics by player
Replies: 2
Views: 6127

New Programmer needs help w/ moving graphics by player

hey
I need help. I need to know how you can make a DATA statement move around the screen when the player presses a button (IE wasd)

Also I need help stopping the players character from crashing into walls, (and making the walls dissaper)

If you can answer this it will be a great help

thnxs
jetq111