simple motion sensor

AWOL:

 sensorValue = analogRead(sensorPin1);

sensorValue = analogRead(sensorPin2);
    sensorValue = analogRead(sensorPin3);



I don't see why you're overwriting previous results.

i change it in the previous post / a misunderstanding