diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-09-11 23:53:48 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-09-11 23:53:48 -0700 |
commit | d921479818a7f395a62214be1f3a394750d5b3a2 (patch) | |
tree | bb78536e00e8b2489d708bcb75eff4b5b0a53b6b /pages/tutorial.php | |
parent | a9d16fbd58b2dfab4dc243e5d163dfbfebc92f3a (diff) | |
download | pathery-d921479818a7f395a62214be1f3a394750d5b3a2.tar.xz |
Tutorial changes
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r-- | pages/tutorial.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php index 3ce0d06..c81c0e3 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -23,7 +23,7 @@ function challengecomplete(mapid) { updateDsp(1, 'instructions', 'Great Job!<br />Lets move on to the next shall we?')
} else {
//challengehint();
- updateDsp(1, 'instructions', 'Place some walls<br />What would make it travel the longest?')
+ updateDsp(1, 'instructions', 'As you can see, the path travels from the Start to A to Finish.<hr />Place 2 walls where it\'s flashing to make the path longer')
flashelement('1,instructions', 2, '#cce', 700);
setTimeout("flashelement('1,3,5', 10, '#cce', 760);", 1500);
setTimeout("flashelement('1,4,6', 10, '#cce', 760);", 1500);
@@ -50,10 +50,10 @@ include('./includes/datas.php'); ?>
<div class="col2" style="text-align: center">
<br /> <br />
-<strong><p id='1,instructions'>
-Press GO!
-<br />
-</p>
+<strong><div style='height:80px;' id='1,instructions'>
+The point of this game is to create the longest <i>path</i> between the start and the finish
+<hr />Press Go!
+</div>
</strong>
<br />
<?
|