Does anyone have an example script that can be used to build a script tool that has an interactive input from a mouse click event? Basically I'm looking to build a simple tool that allows the user to click on the map, and the coordinates (or feature that's generated) at that location are used as input for the arcpy.analysis.Buffer tool. All the research I've done talks about using a Feature Set for interactive input, but I can't seem to find any good script examples so I can see how their connected.