I need to be able to detect or work out if the line has been clicked, i have an array of tpoint and am able to detect if clicks occured on the skelton path of the line, <br><br>however i'm unsure as to how to work out if the click occured between two tpoints on the line, ie i have point a and point b and a line is drawn between them how do i work out if there has been a click on the line drawn between a and b? and can i create a method so that the click will be automatically detected and methods called to determine if the click was on the line?