blue LEDPin was not declared in this scope. please help

It's telling you that you're trying to use a lot of variables that you haven't set up. One possibility is that you're just spelling them wrong. C++ is case sensitive so redLEDPin is not the same as redLedPin or redLEDpin etc.

If you post the code you're trying to compile we'll know.

Steve