Is there an easy way to remove passage texts when progressing through sections? I'm thinking something like this:
[[Foyer]]:
[George], [Sally], and [Anne] are here. The door to the [[kitchen]] is open.
So the player can click on each person and get a description. Then each person's passage disappears when the player clicks the kitchen. It seems very impractical to use labels in this case.
Neil
I think you're stuck with it, but who knows - maybe someone knows a clever squiffy trick to clear it.
I think I can do what I want with labels. I just thought there might be a better way. I considered that the passages could be alerts, but I'm not sure I want the player to have to click to close windows too much.
Thanks for the reply.
Neil
If you wanted to remove everything when going to a new section, you could use a master section to clear the screen for each new section. I'm not sure if that's the effect you want though.