Hi,
Is there a macro that exists that can change the entire background. To my understanding, (background:) only changes the background of text, much like highlighting it.
I want to change the background colour upon clicking a link that also replaces text and changes the font colour. This is what I have so far:
|output>[]
|workarea>[{
(live: 8s)[
(stop:)
(append: ?output)[
<br><br>
(t8n: "dissolve") + (colour: black) + (text-style: "blink")[
You should
(link: "turn off the light")[(background: black)+(text-colour: white)+(replace: ?output)[That's better.]
]
]
]
]
}]
When you click the "turn off the light" text, I want the page/passage background to turn black and the "That's better" replacement to turn white. Right now, this works, except for the above-mentioned problem. I've done some digging and couldn't find a solution, or at least one that was anywhere near my understanding.
I'd also rather stick with Harlowe.
Thanks a bunch.