var screenWidth:Number = 600; var screenHeight:Number = 500; var noGirls:Number = 4; var noBoys:Number = 4; var oldForceX:Number = 1; var oldForceY:Number = 1; var started:Boolean = false; //Hide the Gauss normal guide normal._alpha = 0; // Load up splash text _root.attachMovie('splashText', 'splashText', this.getNextHighestDepth()); splashText._y = _root.screenHeight / 2; splashText._x = _root.screenWidth / 2; // Wait for user click to start _root.onMouseDown = function() { started=true; splashText.removeMovieClip(); } //Generate Peeps for(x=0; x