Twine 2.6: Harlowe 3.3: Introduction: Links and Passages

Поділитися
Вставка
  • Опубліковано 6 лип 2023
  • This video reviews the three forms hyperlinks, "links", can take in Harlowe 3.3 in Twine 2.6.
    While there are no downloads for this video, the examples files for this series can be found online: github.com/videlais/twinetuto...
    Twine 2.6 Playlist: • Introduction to Twine ...
    Harlowe 3.3 Playlist: • Twine Handbook: Vol 1:...
    Created by Dan Cox (‪@DanCox‬)

КОМЕНТАРІ • 2

  • @AdielTheSecond
    @AdielTheSecond 10 місяців тому

    hello, your videos are very very helpful, and i really appreciate them. I have a question, i have code that allows links to take up a button like style. however, I'd like to make buttons that conform to diffrent div classes so I can use diffrent visual styles per passage, all under harlowe, how do i do so?

    • @DanCox
      @DanCox  10 місяців тому

      You can use CSS to change the presentation of HTML elements and also use changer macros in Harlowe to do the same thing. If you want to solve the issue in code, look into preparing combinations of the (css: ) and other macros and storing the value in a variable to be applied to multiple hooks. Alternatively, CSS rules could be applied to particular DIV (or other elements) containing the buttons to style them.