{
(track: 'frogs', 'loop', true)
(track: 'frogs', 'playwhenpossible')
}
(set: $transCounter to 0)\
|sample1)[(transition: "dissolve")[You stand in the woods on a foggy night. The trees loom over head, moss hanging low around you.]]
|sample2)[(transition: "dissolve")[Crickets and frogs chirp in the distance.]]
|sample3)[(transition: "dissolve")[(t8n-depart: "dissolve")[[Walk->Wood Sign]]]]
{
(live: 4s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
} (set: $transCounter to 0)\
|sample1)[(transition: "dissolve")[You stand in front of a sign.]]
|sample2)[(transition: "dissolve")[The sign is old, covered in moss, and the letters are worn. the sign reads:
]]
|sample3)[(transition: "dissolve")[Moonbeam Hollow
(t8n-depart: "dissolve")[[1 Mile->Hill Top]]]]
{
(live: 4s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
} (set: $transCounter to 0)\
|sample1)[(transition: "dissolve")[The forest is starting to thin as you crest a small hill. Once you get to the top of the hill, the full moon comes into view from behind the fog.]]
|sample2)[(transition: "dissolve")[The light is shining down on a small village.]]
|sample3)[(transition: "dissolve")[(t8n-depart: "dissolve")[[walk->Moonbeam Hollow Entrance]]]]
{
(live: 4s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
} (set: $transCounter to 0)\
|sample1)[(transition: "dissolve")[You start to walk down the hill towards the village.]]
|sample2)[(transition: "dissolve")[Small cottages line the main, cobblestone street. As you enter the village a sign greets you:]]
|sample3)[(transition: "dissolve")[''Moonbeam Hollow'']]
|sample4)[(transition: "dissolve")+(link:"
Mountain Room Escapes")[(gotoURL:"http://www.mountainroomescapes.com")]]
{
(live: 4s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else-if: $transCounter is 4)[
(show: ?sample4)
]
(else:)[
(stop:)
]
]
}frogs:./sounds/frogs.mp3
[[You open your eyes->In the woods]]