Search found 1 match

by tibbalz
Fri Nov 09, 2007 1:13 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make 2 things happen at once in Qbasic
Replies: 5
Views: 9426

How to make 2 things happen at once in Qbasic

I'm pretty decent in Qbasic but I still cannot figure out how to make Qbasic do two things at one like

Code: Select all

locate row, column
print player$
while it does this at the same time

Code: Select all

locate row, column
print badguy$
I wish I could explain myself a little better