Hallo nochmal,
function wechsel (x) {
if(x.direction=='left') {
x.direction='right';
} else {
x.direction='left';
}
Hier fehlt ne "Klammer-zu":
}
Gruß Gernot
Hallo nochmal,
function wechsel (x) {
if(x.direction=='left') {
x.direction='right';
} else {
x.direction='left';
}
Hier fehlt ne "Klammer-zu":
}
Gruß Gernot