Friday, 30 June 2017
ALPHABET GAME JEUX LULU


-------------------------------------------------------------------------------------------------------------
ALPHABET GAME JEUX LULU CODE
http://jeux.lulu.pagesperso-orange.fr/
http://jeux.lulu.pagesperso-orange.fr/html/alphabet/alpha1.htm
--------------------------------------------------------------------------------------------------------------
<html class="translated-ltr">
<!--
http://jeux.lulu.pagesperso-orange.fr/html/alphabet/alpha1.htm -->
<head>
<title>ALPHABET GAME JEUX
LULU</title>
<meta name="GENERATOR" content="Claris Home Page 3.0">
<link type="text/css" rel="stylesheet" charset="UTF-8" href="https://translate.googleapis.com/translate_static/css/translateelement.css">
</head>
<body bgcolor="#CCFFCC" onload="depart();">
<div id="goog-gt-tt" class="goog-tooltip skiptranslate" dir="ltr" style="visibility: hidden; left: 128px; top: 638px;
display: none;">
<div style="padding: 8px;">
<div>
<div class="logo"><img src="https://www.gstatic.com/images/branding/product/1x/translate_24dp.png" width="20" height="20" alt="Google Translate"></div>
</div>
</div>
<div class="top" style="padding: 8px; float: left; width: 100%;">
<h1 class="title gray">Original text</h1>
</div>
<div class="middle" style="padding: 8px;">
<div class="original-text">Une lettre apparaƮt dans le cadre de gauche.</div>
</div>
<div class="bottom" style="padding: 8px;">
<div class="activity-links"><span class="activity-link">Contribute a better translation</span><span class="activity-link"></span></div>
<div class="started-activity-container">
<hr style="color: #CCC; background-color: #CCC; height:
1px; border: none;">
<div class="activity-root"></div>
</div>
</div>
<div class="status-message" style="display: none; opacity: 0;"></div>
</div>
<x-claris-window top="0"
bottom="421" left="0" right="786">
<x-claris-tagview mode="minimal">
<meta name="author" content="Regine B-D">
<meta name="copyright" content="perso.wanadoo.fr/jeux.lulu">
<meta name="reply-to" content="regine.bd@wanadoo.fr">
<script language="JavaScript" src="http://jeux.lulu.pagesperso-orange.fr/retour.js"></script><script><!--
//RƩgine B-D ; 12/01/00
//http://perso.wanadoo.fr/jeux.lulu/
//Tous droits rƩservƩs
//test=0 main utilisateur; test=1 main machine
var test=1;
var NbFois=0;
//charger "gagnƩ"
var gagnes = new Array(5);
for (i=0; i<=4; i++) {
gagnes[i]= new Image;
gagnes[i].src="http://jeux.lulu.pagesperso-orange.fr/img/gagne"+i+".gif";
}
//charger "photo"
var photo = new Array(26);
for (i=0; i<=25; i++) {
photo[i]= new Image;
photo[i].src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/imageA"+i+".jpg";
}
//=1 lettre pas faite; =0 faite
var utilise= new Array(26)
//compte nb lettres faites
var nbFaites=0;
//compte nb erreurs sur un coup
var numFois=0;
var couleurs = new Array("FFFFCC","99FFCC","FFCCCC","CCFFFF","FFCCFF","66CCFF","FFCC99","CCFFCC","CCCCFF");
var numCouleur=Math.floor(Math.random()*9);
function depart(x) {
couleur();
document.Formu.Message.value = "";
document.images["cMontreL"].src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.gif";
//efface photo
for (i=0; i<=25; i++) {
document.images["cCache"+i].src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg";
utilise[i]=1;
}
//effacer tableau gagnƩ
for (i=0; i<=4; i++) {
document.images["gagne"+i].src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.gif";
}
choixLet();
nbFaites=0;
numFois=0;
test=0;
NbFois=0;
}
function couleur() {
numCouleur=(numCouleur+1)%9;
c="#"+couleurs[numCouleur];
document.bgColor=c;
}
function choixLet() {
numChoixLet=Math.floor(Math.random()*26);
while (utilise[numChoixLet]==0) {
//numChoixLet=(numChoixLet+1)%26;
numChoixLet=Math.floor(Math.random()*26);
}
utilise[numChoixLet]=0;
afficheLet()
document.images["cMontreL"].src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.gif";
document.images["cMontreL"].src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj"+numChoixLet+".gif";
}
function clique(x) {
if (test==0) {
test=1;
//si bon
if (x==numChoixLet)
{
numFois=0;
document.images["cCache"+numChoixLet].src=photo[numChoixLet].src;
nbFaites+=1;
//gagnƩ
if (nbFaites==26) {
document.images["cMontreL"].src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.gif";
afficheLet();
gagnperd("gagne");
//NbFois+=1;
if (NbFois<=1) {s=""} else {s="s"}
document.Formu.Message.value =NbFois+"
erreur"+s;
} else {
choixLet();
test=0;
}
} else {
NbFois+=1;
numFois+=1;
document.images["cLettre"+x].src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.gif";
//if (numFois<=3) {
for (i=0; i<=7; i++) {
n=Math.floor(Math.random()*26);
while (n==numChoixLet) {n=Math.floor(Math.random()*26);}
document.images["cLettre"+n].src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.gif";
}
//}
test=0;
}
}
}
function afficheLet() {
for (i=0; i<=25; i++) {
document.images["cLettre"+i].src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj"+i+".gif";
}
}
function gagnperd(x) {
for (i=0; i<=4; i++) {
document.images["gagne"+i].src=gagnes[i].src;
}
}
//-->
</script>
<script type="text/javascript">
//<![CDATA[
var gs_d=new Date,DoW=gs_d.getDay();gs_d.setDate(gs_d.getDate()-(DoW+6)%7+3);
var ms=gs_d.valueOf();gs_d.setMonth(0);gs_d.setDate(4);
var gs_r=(Math.round((ms-gs_d.valueOf())/6048E5)+1)*gs_d.getFullYear();
var gs_p = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript
src='" + gs_p + "s.gstat.orange.fr/lib/gs.js?"+gs_r+"'
type='text/javascript'%3E%3C/script%3E"));
//]]>
</script><script src="http://s.gstat.orange.fr/lib/gs.js?52442" type="text/javascript"></script>
<center>
<a name="jeu"></a>
<table border="1">
<tbody>
<tr>
<td width="100">
<center>
<table border="1" bgcolor="#FFFFFF" cellpadding="3">
<tbody>
<tr>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj0.gif" width="30" height="36" align="bottom" name="cMontreL"></center>
</td>
</tr>
</tbody>
</table>
</center>
</td>
<td>
<center>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache0"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache1"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache2"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache3"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache4"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache5"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache6"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache7"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache8"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache9"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache10"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache11"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache12"></center>
</td>
</tr>
<tr>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache13"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache14"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache15"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache16"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache17"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache18"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache19"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache20"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache21"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache22"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache23"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache24"></center>
</td>
<td>
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.jpg" width="21" height="110" align="bottom" name="cCache25"></center>
</td>
</tr>
</tbody>
</table>
</center>
</td>
</tr>
</tbody>
</table>
<p>
<table border="1" bgcolor="#FFFFFF" cellpadding="3">
<tbody>
<tr>
<td>
<center><a href="#" onmousedown="clique(0)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj0.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre0"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(1)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj1.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre1"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(2)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj2.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre2"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(3)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj3.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre3"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(4)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj4.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre4"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(5)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj5.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre5"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(6)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj6.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre6"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(7)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj7.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre7"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(8)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj8.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre8"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(9)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj9.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre9"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(10)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj10.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre10"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(11)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj11.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre11"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(12)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj12.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre12"></a></center>
</td>
</tr>
<tr>
<td>
<center><a href="#" onmousedown="clique(13)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj13.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre13"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(14)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj14.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre14"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(15)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj15.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre15"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(16)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj16.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre16"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(17)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj17.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre17"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(18)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj18.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre18"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(19)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj19.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre19"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(20)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj20.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre20"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(21)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj21.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre21"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(22)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj22.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre22"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(23)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj23.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre23"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(24)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj24.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre24"></a></center>
</td>
<td>
<center><a href="#" onmousedown="clique(25)" onmouseover="self.status=''; return true"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/maj25.gif" width="30" height="36" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom" name="cLettre25"></a></center>
</td>
</tr>
</tbody>
</table>
<br>
</p>
<form action="" method="POST" name="Formu">
<center>
<hr>
<table border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td width="154">
<center><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.gif" width="30" height="30" align="bottom" name="gagne0"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.gif" width="30" height="30" align="bottom" name="gagne1"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.gif" width="30" height="30" align="bottom" name="gagne2"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.gif" width="30" height="30" align="bottom" name="gagne3"><img src="http://jeux.lulu.pagesperso-orange.fr/img/alphabei/blanc.gif" width="30" height="30" align="bottom" name="gagne4"></center>
</td>
<td width="150">
<center><font><font><input type="button" name="Rejouer" value="Replay" onclick="depart()"></font></font></center>
</td>
<td rowspan="2" width="100">
<center><font size="+3" color="#999999"><b><font><font>1 </font></font></b></font><font><a href="alpha2.htm" onmouseover="self.status=''; return true"><font size="+3" color="#000000"><b><font>2 </font></b></font></a><a href="alpha3.htm" onmouseover="self.status=''; return true"><font size="+3" color="#000000"><b><font>3</font></b></font></a><font color="#000000"><font> Levels</font></font></font><font size="+3" color="#000000"><b>
</b></font><a href="alpha2.htm" onmouseover="self.status=''; return true"><font size="+3" color="#000000"><b><font></font></b></font></a><font size="+3" color="#000000"><b>
</b></font><a href="alpha3.htm" onmouseover="self.status=''; return true"><font size="+3" color="#000000"><b><font></font></b></font></a><font size="+3" color="#000000"><b><br>
</b></font><font color="#000000"><font></font></font>
</center>
</td>
<td rowspan="2" width="120">
<center><a href="#" onclick="sommair();return false"><font color="#000000"><b><font><font>SUMMARY</font></font></b></font></a><font><a href="#aide" onmouseover="self.status=''; return true"><font color="#000000"><font> Help</font></font></a></font><font color="#000000"><b><br>
</b></font><a href="#aide" onmouseover="self.status=''; return true"><font color="#000000"><font></font></font></a>
</center>
</td>
<td rowspan="2">
<center><a href="#" onclick="luluRetour();return false"><img src="http://jeux.lulu.pagesperso-orange.fr/retour.gif" width="45" height="43" x-claris-useimagewidth="" x-claris-useimageheight="" border="0" align="bottom"></a></center>
</td>
</tr>
<tr>
<td width="150">
<center><input type="text" name="Message" value="" size="20"></center>
</td>
<td width="150">
<p></p>
</td>
</tr>
</tbody>
</table>
<hr>
</center>
</form>
<p></p>
<p> </p>
</center>
<p> <a name="aide"></a></p>
<p><font color="#000000"> </font></p>
<p><font color="#000000"><font><font>Do you want to see the hidden image on the screen?</font></font></font></p>
<p><font color="#000000"><font><font class="">A letter appears in
the left frame. </font><font class="">Search the alphabet
for the same letter and click on it. </font></font><br><font><font>
If your answer is correct, a piece of
the image appears. </font></font><br><font><font>
If not, try again (some letters of the
alphabet fade for you to find more easily).</font></font></font>
</p>
<p><font color="#000000"><font><font>(Well wait until the game is fully loaded before clicking, the
background of the screen should no longer be white.)</font></font></font></p>
<p><font color="#000000"><font><font>The number of errors is displayed at the end of the game.</font></font></font></p>
<p><font color="#000000"><font><font>There are 3 levels in this game.</font></font></font></p>
<p><font color="#000000"><font><font>Good luck !</font></font></font></p>
<p>
<font color="#FF0000">
<table border="0">
<tbody><tr>
<td>
<p><a href="#jeu" onmouseover="self.status=''; return true"><font color="#000000"><b><font><font>Thu</font></font></b></font></a></p>
</td>
</tr>
</tbody></table>
</font></p>
<p></p>
<script type="text/javascript">
//<![CDATA[
if (typeof _gstat != "undefined") _gstat.audience('','pagesperso-orange.fr');
//]]>
</script>
</x-claris-tagview>
</x-claris-window>
<div class="goog-te-spinner-pos">
<div class="goog-te-spinner-animation">
<svg
xmlns="http://www.w3.org/2000/svg" class="goog-te-spinner"
width="96px" height="96px" viewBox="0 0 66
66">
<circle class="goog-te-spinner-path"
fill="none" stroke-width="6" stroke-linecap="round"
cx="33" cy="33" r="30"></circle>
</svg>
</div>
</div>
</body>
</html>
Related movie you might like to see :

BASIC ELEVATE ZOOM PLUS

ELEVATE ZOOM JAVA SCRIPT WITH ONE I...

SHOPIFY THEME SLIDER EDIT

INPUT BUTTON VALUE SWAP

FRUIT CATCHING GAME HTML JAVASCRIPT...

BOOLEAN MATCHING GAME JAVASCRIPT

MEMORY GAME WITH UPPER HIDDEN CARD

WORD AND PICTURE GAME

CHANGE CSS TEMPLATE INTO BLOGGER TE...

BUTTON PADDING CHANGE HEIGHT WIDTH

SHOPIFY FANCY BOX
?
+
X
Recommended for you
Loading..
Related Post for ALPHABET GAME JEUX LULU
MOUSE OVER MOUSE OUT IN JAVA SCRIPT -------------------------------------------------------------------------------------------------------------- MOUSE OVER MOUSE OUT IN JAVA SCRIPT WITH BUTTON AND DIV IDSRā¦
HTML CODE EDITOR <form name="K"> <p style="margin-top: 0px; margin-bottom: 0px;"> <textarea name="ta1" rows="15" cols="50"> //PASTE CODE BETWEEN TEXT AREA HERE </textarea&ā¦
BUTTON CHANGE INTO DROPDOWN MENU ----------------------------------------------------------------------------------------------------------------- DIV TAG DROPDOWN MENU https://www.youtube.com/watcā¦
AUTO CSS JS SLIDER WITH ARROW BULLET ------------------------------------------------------------------------------------------------------- BX SLIDER CODE: READ MORE: BX SLIDER IN BLOGGER TEMPALTE - Youā¦
BUTTON PADDING CHANGE HEIGHT WIDTH ------------------------------------------------------------------------------------------------------------ PADDING BUTTON CHANGE INTO WIDTH AND HEIGHTEMOJI SITEShttps://yayteā¦
Labels:
HTML TUTORIALS,
MEMORY GAME EXAMPLES
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.