I am counting click time on circles.When this count was equal 3,then alert function show message with this content "You must avoid clicking" but when click on environment of circle this too counting. I want avoid counting from environment clicking.I want counting for clicking on circles. How Can I do this?
This is link of question and source code: fiddle
<div id="ways" style="width:1000px;margin:0 auto;height:100%;">
<canvas id="canvas" width="1000" height="1000"></canvas>
</div>