|
|
@ -10,13 +10,14 @@
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
<!--<img id="barn" src="imgs/monteferro/barn2.png" height="150px">-->
|
|
|
|
|
|
|
|
<img id="mulino" src="imgs/monteferro/mulino.gif" height="140px">
|
|
|
|
<img id="mulino" src="imgs/monteferro/mulino.gif" height="140px">
|
|
|
|
<img id="tree1" src="imgs/monteferro/tree.gif" height="220px">
|
|
|
|
<img id="tree1" src="imgs/monteferro/tree.gif" height="220px">
|
|
|
|
<img id="tree2" src="imgs/monteferro/bush.gif" height="80px">
|
|
|
|
<img id="gallina1" src="imgs/monteferro/gallina2.gif" height="60px">
|
|
|
|
<!--<img id="cow" src="imgs/monteferro/cow2.gif" height="140px">-->
|
|
|
|
<img id="gallina2" src="imgs/monteferro/gallina2.2.gif" height="60px">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<img class="farmer" id="farmer_figure" src="imgs/monteferro/farmer.gif" style="display: none;" height="120px">
|
|
|
|
<img class="farmer" id="farmer_figure" src="imgs/monteferro/farmer5.gif" style="display: none;" height="120px">
|
|
|
|
<div class="farmer" id="farmer_baloon" style="display: none;" >*!!!*</div>
|
|
|
|
<div class="farmer" id="farmer_baloon" style="display: none;" >*!!!*</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="baloons">
|
|
|
|
<div class="baloons">
|
|
|
@ -249,14 +250,14 @@ var loose_counter = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (loose_counter == 6) {
|
|
|
|
if (loose_counter == 6) {
|
|
|
|
console.log ("you lost!");
|
|
|
|
console.log ("you lost!");
|
|
|
|
|
|
|
|
fluoride_counter = 0;
|
|
|
|
|
|
|
|
loose_counter = 0;
|
|
|
|
$(".message_won").hide();
|
|
|
|
$(".message_won").hide();
|
|
|
|
$(".message_lost, .farmer").show();
|
|
|
|
$(".message_lost, .farmer").show();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$("#try_again").click (function () {
|
|
|
|
$("#try_again").click (function () {
|
|
|
|
fluoride_counter = 0;
|
|
|
|
|
|
|
|
loose_counter = 0;
|
|
|
|
|
|
|
|
$(".corn").attr('src', "imgs/monteferro/corn.gif");
|
|
|
|
$(".corn").attr('src', "imgs/monteferro/corn.gif");
|
|
|
|
$('.cobs_collected').html(fluoride_counter);
|
|
|
|
$('.cobs_collected').html(fluoride_counter);
|
|
|
|
$(".message_lost, .farmer").hide();
|
|
|
|
$(".message_lost, .farmer").hide();
|
|
|
|