Manifest
========
CoinToss.as	A very simple experiment. 
		It's a MovieClip that implements Experiment

Experiment.as	The interface that all Experiments must implement

testDrive.as	A test suite for experiments

experimenter.fla  The main program
experimenter.flp  The project


To build a new experiment, use CoinToss as a template. 
The Experiment movie clip should be no more than 300 px wide and 
300 px high.

To test the experiment, you'll also need to edit testDrive to call it.


