M
mhodkin
I looking to design a (graphical) program in which a known path (such as anelectrical circuit) can be interrupted by the user. That is, the user canclick the mouse anywhere on a path to "cut" it so that the path is disabled. Once the path is cut, the item connected to the path reacts (such as a light bulb going out). From a high level point of view, what would be the best code / algorithm to design such an interface?