Search found 5 matches

by lostoros
Tue Nov 01, 2005 1:29 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: time in qb
Replies: 23
Views: 25601

OK, i have the loop now and it looks something like this t! = timer +1 timerem = timestart 'timestart is 300 in this case 5 minutes, set in another spot DO If timer = T! then t! = timer +1 timerem = timerem -1 minuterem = timerem/60 secrem = int(timestart-(minuterem*60) print fix(minuterem); print &...
by lostoros
Mon Oct 31, 2005 8:01 am
Forum: QBASIC and QB64 Questions & Answers
Topic: time in qb
Replies: 23
Views: 25601

ok im starting to follow you but bear with me here. In between each play, the user will return to a screen that displays the scoreboard and plays that can be called. On the scoreboard, I want to have a ticking clock, one that literally, after every second, changes. Is this possible? I understand mos...
by lostoros
Fri Oct 28, 2005 10:53 am
Forum: QBASIC and QB64 Questions & Answers
Topic: time in qb
Replies: 23
Views: 25601

how would i use that variable and do the conversion, can you describe that in more detail?
by lostoros
Thu Oct 20, 2005 7:10 am
Forum: QBASIC and QB64 Questions & Answers
Topic: time in qb
Replies: 23
Views: 25601

time in qb

thanks for all your help with my last question....now i have another one

im now on to another project, writing (or trying) a football simulation game. Right now I can't figure out a good way to do the clock, any help is appreciated...
by lostoros
Fri Sep 30, 2005 10:55 am
Forum: QBASIC and QB64 Questions & Answers
Topic: question from a student
Replies: 10
Views: 11809

question from a student

Hi- I am a high school student working on a quick basic game for school. THe game is a rip-off of pacman where the character eats punctuation and is chased by a giant percentage sign...but ive run into a problem. The structure of the program is as follows: intructions...intro, etc. maze designs (2 a...