Controlling current serialy or other wise for a quadrocopter

A typical ESC uses the same control as a servo, so a servo shield should control it just fine.

And just to answer your initial question, applying a voltage (actually really a current through a bias resistor) to the base of a BJT transistor controls the current through the collector to emitter. It's isn't really a "resistance" but it will act like one as far as this application is concerned. There is more going on than that, but put simply, the higher the voltage at the base, the higher the current through the transistor. This makes it appear as a voltage controlled variable resistor (that is not technically how it works though.) A FET more directly immitates a variable resistor and is voltage controlled versus current controlled, but I will leave that for your research. In practical purposes a BJT transistor would do the trick but with heat generation and some power loss.

As mentioned by retrolefty, it is more than just losely controlling speed. You need to monitor the actual speed and ensure that they are synchronized exactly. If one motor is spinning even a little faster than another, it will tilt. One way to do this is to measure the current through each motor. Though no two motors are exactly the same and the current is not a true indication of actual speed. Using brushless motors means you have acces to individual 'phases' which allows you to synchronize the motors.

In pratical application, you can get away with some fairly loose control using DC motors, transistors and monitoring current, but it will increase the complexity of your code and will not be a perfectly smooth ride. More like a toy.

To pre-empt what is probably your next question: How to you measure the current? By having a known resistance in series with the motor to ground, you measure the voltage drop across that resistor and use ohms law to translate that into current. You typically use a very very low resistance with a very precise resistor. A low resistance so it doesn't interfere with the motor. The wattage rating of the resistor also needs to exceed the max amount of current that will be running through the motor.