AB.clockTick = 100; // Speed of run: Step every n milliseconds. AB.maxSteps = 1000; // Length of run: Maximum length of run in steps. AB.drawRunControls = true; // Add run controls (Run/Step/Pause) to the run window AB.step; // the step of the run AB.abortRun = false; // set this to true anytime to end the run