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 »

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 »

try:

Cls
Screen 0
Width 80
Guest

Re: problem with screen modes

Post by Guest »

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