-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscene3.htm
More file actions
13 lines (13 loc) · 1.22 KB
/
scene3.htm
File metadata and controls
13 lines (13 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="scene">
<div id="s3ending" class="act">
[[function $('#player').css('background-image','url(images/mario.jpg)')]]
<h2>Scene 3: The Full Story</h2>
[[function if(getVar('scene3end')=='1'){$('#scene3ending1option1').show()};]]
[[function if(getVar('scene3end')=='2'){$('#scene3ending1option2').show()};]]
<p id="scene3ending1option1" style="display:none;">You see the turtle and jump on the evil being.<br /><br />Most people may not do this as a natural reaction to seeing a turtle, but you are not most people.<br /><br />You are Super Mario - so it all makes sense!</p>
<p id="scene3ending1option2" style="display:none;">You see the turtle and watch it as it comes ever closer too you. As soon as it touches you the world spins and you find yourself back where you started.<br /><br />As it turns out, you are Super Mario - so it all makes sense!</p>
<hr />
<p style="font-weight:bold">Context is everything, without it you can't make informed decisions.<br /><br />Without the context a good story creates, Mario is just a deranged plumber killing turtles and ransacking castles.</p>
<p><a href="http://marczewski.me.uk/2013/07/08/extrinsic-and-intrinsically-motivated-user-types/">Find out more</a></p>
</div>
</div>