Something came up during a bugtesting run with a couple of my guinea pigs... i mean victims... er... test subjects recently. While most of the time, I try to give players enough information to give them a solid amount of immersion while still leaving lots of room for their imagination to build the visuals, I do have a few event scenes that are a bit longer. A few of these run on long enough to be off screen, and in the case of one of my minions who has an OLD monitor, even regular room descriptive can run off screen if they're longer, or there are more objects in the room.
Most of the time this isn't a problem. This is a game for people who like to read.
The problem comes in when I use a <<replace>> to change the text on screen instead of going to a new passage; and I'm using this rather a lot in the new layout framework I've built. If the text is long and the player has to scroll, the scroll bar Remains at the Bottom of the screen after the change, so that the player has to scroll back up before reading.
It's not game-breaking, but it is the kind of nagging, large-scale annoyance that I'm trying to avoid (and that led to me creating a frame layout for controls and navigation in the first place).
Is there a way to make the window scroll back to the top of a passage?
(fair warning: I'm learning, but mostly through usage, so my grasp of programming is still questionable. I may not always catch some of the technical jargon. I'm only JUST starting to get the idea behind arrays, for crying out loud!)