[center]Frame Actions[/center]
Frame 1
//initializations upon startup
runs = 0;
container_mc = _root.mazeContainer;
interface.trials_txt.text = "Number of Trials: 0";
TremauxMovesArray = new Array();
HumanMovesArray = new Array();
LeftWallMovesArray = new Array();
RandomMovesArray = new Array();
TremauxRatioArray = new Array();
HumanRatioArray = new Array();
LeftWallRatioArray = new Array();
RandomRatioArray = new Array();
mask._visible = false;