Account name:
Password
(OpenID?)
(Forgot it?)
Remember Me
You're viewing
twine_tutorials
Create a Dreamwidth Account
Learn More
Interest
Region
Site and Account
FAQ
Email
Reload page in style:
light
Twine Tutorials
Entries tagged with tutorial: twine
Previous 10
|
Next 10
How To Change Backgrounds In Passages
Friday,
14
July
2017
04:30 pm
giangtranguyen
Just copy and paste the code into Story Stylesheets, and then adjust it to your liking.
For example:
tw-story[tags~="yachi"] {
background: #ffffff; url("yachi.jpg");
}
How To Use Fake Cycling Links
Friday,
14
July
2017
03:32 pm
giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.
For example:
(set:$cl to (a:
"where were you?",
"what happened?",
"why weren't you here?"))
(link-repeat:"|this>[what should you say?]")[(replace:?this)[(print: $cl's 1st)](set:$cl to(rotated:1, ...$cl))]
How To Use Random Events
Friday,
14
July
2017
12:41 pm
giangtranguyen
Just copy and paste the code into the passage, then adjust it your liking.
For example:
(set: $event to (random: 1, 6))
(if: $event is 1)[The text for event 1]
(elseif: $event is 2)[The text for event 2]
(elseif: $event is 3)[The text for event 3]
(elseif: $event is 4)[The text for event 4]
(elseif: $event is 5)[The text for event 5]
(elseif: $event is 6)[The text for event 6]
How To Edit Enchantment-Mouseover
Friday,
7
July
2017
01:24 pm
giangtranguyen
Just copy and paste the code into the Story Stylesheets, then adjust it to your liking.
For example:
.enchantment-mouseout
{
border: 0px solid #ffffff;
}
.enchantment-mouseout:hover
{
background-color: #ffffff;
border: 0px solid #ffffff;
border-radius: 0px;
}
How To Use A Name Prompt
Thursday,
6
July
2017
11:12 pm
giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.
For example:
<<set $name to prompt("What's your name?","Haruichi")>>
How To Make Names Be Given Randomly
Thursday,
6
July
2017
07:11 pm
giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.
For example:
<<set $name to either("Haruichi", "Retsu", "Kiyoko")>>
How To Use A Name Box
Thursday,
6
July
2017
06:52 pm
giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.
For example:
What is your name?
<<textbox "$name" "Furudate">>
How To Use A Name Prompt
Thursday,
6
July
2017
05:12 pm
giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.
For example:
(set: $name to (prompt: "What is your name?", "Haruichi"))
How To Use Either
Thursday,
6
July
2017
05:08 pm
giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.
For example:
You're (either: "Hinata Shouyou", "Kageyama Tobio", "Tsukishima Kei", "Yamaguchi Tadashi!")!
How To Make Your Text Look Like A Chat Like Conversation
Thursday,
6
July
2017
03:59 pm
giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.
For example:
|output>[]
{(set: $count to 0)
(Live: 1s)[(set: $count to it + 1)
(if: $count >= 1)[(replace: ?output)[You: "Hi."]]
(if: $count >= 2)[(append: ?output)[<br>Kageyama: "Hey."]]
(if: $count >= 3)[(append: ?output)[<br>You: "What's up?"]]
(if: $count >= 4)[(append: ?output)[<br>Kageyama: "Not much."]]
(if: $count >= 5)[(append: ?output)[<br>[[Continue]]]]
(if: $count >= 6)[(stop:)]]}
Previous 10
|
Next 10
Profile
Twine Tutorials
Twine
Recent Entries
Archive
Member Posts
Tags
Memories
Profile
April
2018
S
M
T
W
T
F
S
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Syndicate
Most Popular Tags
format: harlowe 2
-
28 uses
format: sugarcube 2
-
7 uses
tutorial: css
-
11 uses
tutorial: javascript
-
2 uses
tutorial: twine
-
33 uses
type: image
-
7 uses
type: template
-
2 uses
type: text
-
17 uses
Page Summary
giangtranguyen
-
How To Change Backgrounds In Passages
giangtranguyen
-
How To Use Fake Cycling Links
giangtranguyen
-
How To Use Random Events
giangtranguyen
-
How To Edit Enchantment-Mouseover
giangtranguyen
-
How To Use A Name Prompt
giangtranguyen
-
How To Make Names Be Given Randomly
giangtranguyen
-
How To Use A Name Box
giangtranguyen
-
How To Use A Name Prompt
giangtranguyen
-
How To Use Either
giangtranguyen
-
How To Make Your Text Look Like A Chat Like Conversation
Style Credit
Style:
Neutral Good
for
Practicality
by
timeasmymeasure
Expand Cut Tags
No cut tags
Page generated Saturday, 9 August 2025 08:00 am
Powered by
Dreamwidth Studios