News > Sans titre
Le 30/09/2007 à 09:57les images d Akamin et Akaminland !
Aucun commentaire
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 !"