Help with software to control some solenoids....

I thought the arduino is constantly monitoring the analog inputs

It only looks at the analogue input when your code tells it to look, and only one at a time. You can do this quickly in succession to make it appear like it is constant monitoring but really it is only sampling. This applies to all computers.
You will find that out when you have done some playing about.