Les photos d Akamin et Akaminland !

Voici nos amis les akamins !

Voici Akaminland !

Voici un Akamin samourais !

Et voici le logo du Dieux de la mort !

Ceci sont les seule armes des Akamins !

Voici a quoi ressemble Les enemis [ abamin ]
8/10 sur 2 votes
Sélectionnez une note dans le menu déroulant.
1. gaya Le 30/09/2007 à 13:53
super
Dernière mise à jour de cette page le 30/09/2007
ok.onRelease = function() {
if (choice == 0) {
notanwser._visible = true;
} else {
notanwser._visible = false;
if (time == undefined) {
time = 0;
}
if (choice == "nr" ) {
chrono.sec = 0;
}
chrono.sec = 60-chrono.sec;
time += chrono.sec;
listn++;
chrono.sec = 60;
choice = 0;
restartbut.play();
chrono.play();
refresh_quest.play();
if (listn == 11) {
if (loggin == "test" ) {
gotoAndStop(6);
} else {
gotoAndStop(5);
}
}
}
};
if (time_min == undefined) {
time_min = 0;
}
while (time>=60) {
time_min++;
time -= 60;
}
time_final = time_min+" min " +time +" sec !"