
var tall = 200;
var wide = 350;
var step = .25;
var delay = 100;
var nextStep = 0;
var numObjects = 8;
var Xpos = 400;
var Ypos = 200;

