I was wondering if there is a way to select an object that I draw in a graphics window? say for example, I have 3 spheres drawn to the window, is there a way to select one of them using the mouse and differentiate it from he other 2? the only way I know of is by comparing the objects position and the position of the mouse. Is there an easier way? All ideas are welcome.