Hi,
I think you need to do some online arduino tutorials.
int LLDR = analogRead(2);[color=#222222][/color]
int RLDR = analogRead(3);
Where you have placed it, this will only read once and never again.
You need to learn the program structure.
Tom... :o