If you are talking about stories in the Workshop area like "The Father's Killer" then they are hosted on websites like philome.la, this post talks about a couple of these types of websites.
I think you did a good job. I think the checkbox on the college application form was a smooth way of handling gender, particularly as a component of the epilogue.
...upon ACTUALLY READING THEMADEXILE'S POST (sorry, TheMadExile!) I have noticed that he literally writes in the first paragraph: "(or Sugarcane projects, I suppose, if you don't mind a little c…
Unfortunately, you can't directly convert a Twine 1 game to Twine 2. TheMadExile made a Twine 1 Sugarcube => Twine 2 Sugarcube converter, but that's Sugarcube. (It's available here.)
Oh, thank you so much! That code did the trick! I'm sure there are better ways to incorporate this many sounds, but I got adjusted to this. Hopefully 8 is the limit for me and I won't need any more s…
I think what might be happening in your JavaScript is that you're reusing the "audio" variable over and over, meaning that your browser only plays the last specified audio, and the passage …
As long as people are finding it useful, Entweedle will be available at its current address indefinitely. If anyone wants to reuse the code for twee exporting or anything similar (I've already talked…
The default proofing format primarily just applies a stylesheet to the exported passage data, and it looks like the underlying cause is that the passage's name attribute is being placed in the conten…
Thanks!, I'm ready to do this.. can you explain to me in easy terms.. how to marry my music & image files with the published html version? Sorry, still a learning curve for me.. But I'm figuring …
Whoops - my example was wrong... :-[ (set: $aarrggh to 1 / 2)<br />(set: $OK to 0.5)<br />This is a list: $OK <br />Arrgh, this is also a list item $aarrggh
Publishing to File will not erase the current project you're working on. It will just export the project into .html format. If you make changes to your project you will have to Publish to File again.