From the Pleasant Valley Elementary School: An educational trip surrounded by nature
<br>by the School Administration <br>
@ -143,16 +151,16 @@
<divclass="text_container">
<divclass="message1">
It's Saturday morning. You are at the park waiting for your friend Amanda. She seems to be really late.
You spot a copy of today's newspaper on the bench close to you: maybe you want to give it a read. You can also <buttononclick="location.href='park_N_clues.html';"><spanclass="button_text">go for a little walk</span></button> or just <buttonclass="wait_for_amanda"><spanclass="button_text">wait for Amanda</span></button>.
You spot a copy of today's newspaper on the bench close to you: maybe you want to give it a read. You can also <buttononclick="location.href='park_N_clues.html';click.play();"><spanclass="button_text">go for a little walk</span></button> or just <buttonclass="wait_for_amanda"><spanclass="button_text">wait for Amanda</span></button>.
</div>
<divclass="message4"style="display:none;">
It looks like Amanda is not able to join you ( ͡❛ ︹ ͡❛).
There is a nice kiosk close by: go there to get fries. You can still have a look at the news or <buttononclick="location.href='park_N_clues.html';"><spanclass="button_text">go for a walk</span></button> .
There is a nice kiosk close by: go there to get fries. You can still have a look at the news or <buttononclick="location.href='park_N_clues.html';click.play();"><spanclass="button_text">go for a walk</span></button> .
</div>
<divclass="message5 "style="display:none;">
Amanda often volunteers for the cat shelter, maybe she went there to help.
Can this be the reason why she is late? <buttononclick="location.href='cat_shelter.html';"><spanclass="button_text">Look for her at the cat shelter!</span></button>
Can this be the reason why she is late? <buttononclick="location.href='cat_shelter.html';click.play(); "><spanclass="button_text">Look for her at the cat shelter!</span></button>
</div>
</div>
@ -162,6 +170,11 @@
<scriptsrc="jquery.min.js"></script>
<script>
// audio
var theme = document.querySelector("#theme1");
var page = document.querySelector("#page");
var click = document.querySelector("#click");
var comic = document.querySelector("#comic");
//get player avatar from local storage
console.log (localStorage.myavatar)
@ -170,10 +183,21 @@
var player_img = document.querySelector("#player_img");