...well, I wrote up a bunch of example code about setting a variable to indicate that it had been done, but the undo button also unsets variables so that doesn't work.
You need to set the display property to none for the relevant areas that contain text: <br />#story-title {<br />display: none;<br />} <br />#credits, #version {<br />di…
Put this in your story css section: <br />#ui-bar, #ui-body {<br />background: hidden;<br />background-attachment: fixed;<br />background-color: transparent;<br />border…
The thought behind the playlist macros was that you'd only have one active playlist at a time. So, no, the current playlist macros do not support multiple active playlists.
Hi, I'm new to Twine, enjoying using Twine 2 Harlowe online. I'm pushing myself on a game jam so I've been a little frustrated at trying to learn Harlowe on the fly because the documentation is new a…
I'm no expert when it comes to CSS and scaling images because the web-application I build generally don't do much with them but what I do know is scaling an image down looks better than scaling it up.
Hi everyone. This is my first post to the forum. I am working on my first ever Twine 2 game (specifically Twine 2.0.3, Snowman format, using the in-browser game editor hosted at twinery.org). I'm pre…