PDA

View Full Version : Psychokinesis Trainer



HEROnlysIN
30-01-2006, 16:36
http://www.mdani.demon.co.uk/para/pk2test2.htm

fate matia psaria

H.
30-01-2006, 19:07
3.016 seconds. Kala einai?

30-01-2006, 19:28
The PK Trainer

You have to use your psychokinetic (PK) powers to cause a target photograph to appear instead of an alternative photograph.

At the beginning, the two photographs are mixed up together, 50% each, in a checkerboard pattern.

First choose one of the photos as the Target. When you click Start, the computer will jumble up the sections randomly. This will continue until one of the photographs is complete. This will generally take anything from a few seconds to a few minutes.

While the jumbling is going on, you should concentrate hard on trying to make your chosen photograph appear.

You may repeat the task as often as you wish. With practice, you may learn how to enhance your PK powers.

When you have finished, return to this page.
:roll:

Μα πόσο πιο χαμηλά μπορείτε να πέσετε;

Αν σας πουν παίχτε την περιουσία σας σε καζίνο και προσπαθήστε να κουνήσετε την μπίλια στη ρουλέτα θα το κάνετε;

:roll:

PS: Να μην έχει τον κώδικα της javascript όμως, θά'θελα να του ρίξω μια ματιά έτσι για να δω πόσο πολύπλοκο είναι το rand().

Scrag
30-01-2006, 19:34
(Math.floor(Math.random()*100)+1);

Deggial
30-01-2006, 19:35
:yawn:

ari-m
30-01-2006, 19:36
deksi click -> view source ..... egw giati ton eida????

i javascript exei polles psixokinitikes proektaseis ..........
parakalountai oi asxetoi apo programmatismo na min vgazoun af8eraita symperasmata

aaaaa na min ksexasw to tzampa ma8ima tou proigoumenou ....


function f() {
if (stop == 0) {
for (x = 1; x < 101; x++) {

//Edw Koita psychokinisi
col = (Math.floor(Math.random()*100)+1);[/b]

if (board[x] == 1) {
if (col > b) {
board[x] = 0;
window.document.images[x+1].src = aimages[x].src;
a ++;
b --;
}
} else {
if (col > a) {
board[x] = 1;
window.document.images[x+1].src = bimages[x].src;
a --;
b ++;
}
}
document.forms[0].a.value = String(a) + " %";
document.forms[0].b.value = String(b) + " %";
clearTimeout(timeout);
timeout = setTimeout("e();",300);
}




:loco: