|
Post by voicemail on Nov 10, 2023 4:02:18 GMT
Hi, I'm trying to make a game with only text graphics, kind of like a pc game from the 80's. How can you disable the automatic text scrolling that happens when you print something at the bottom row of the screen? This happens in every screen mode.
|
|
|
Post by bplus on Nov 10, 2023 13:15:06 GMT
Basically quit using Print bare naked, use Locate and Print and best to end Print's with ; semicolon so print does not move down automatically
You can also use _Printstring for text, you wont even get an error if you spec or go off screen!
Or you can use View Print which sets up a View port, might be great for games with lots of dialog.
Welcome to the forum!
|
|