problem with screen modes

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
Guest
problem with screen modes

Post by Guest » Tue Jun 24, 2003 10:06 am

i have a game of which i have a section where there is a maze the problem is after i have the maze (being in screen13) i cant get it to go back to screen 0

Guest

Re: problem with screen modes

Post by Guest » Tue Jun 24, 2003 1:47 pm

try:

Cls
Screen 0
Width 80

Guest

Re: problem with screen modes

Post by Guest » Thu Jun 26, 2003 10:59 am

I may have this wrong, but it sounds like you want to combine #13 and #0.  

IF this is the case then the answer is that you can not do this.  Screen 13 is graphical and Screen  0 is textual.

--MiggyD

Post Reply