![]() |
||
| JavaScript |
alte Seite
neue Seite
|
|
|
if (autoplatz == 1 ) { if (Math.random() < 0.5) {ztuer = 2;} else {ztuer = 3}; };
if (autoplatz == 2 ) { if (Math.random() < 0.5) {ztuer = 1;} else {ztuer = 3}; };
if (autoplatz == 3 ) { if (Math.random() < 0.5) {ztuer = 1;} else {ztuer = 2}; };
|