This project finds the midpoint between 2 points. How to use: move your mouse to the spot you want to put the first point, then press space. Do that again for the second point. Then move your arrow keys to move the first point, and WASD to move the second point. If you press space after that it will save that midpoint.
Feel free to use this as long as you give me credit! How this works: After you place the points, it finds the average of their X and Y coordinates. It then goes to that position and updates the midpoint variables to its position.