Example 2a: interaction with the mouse
the sinewave appears by mouse click and stops at a fix time. X: freq
szinti1
Question: what to do with the Y-coordinate?
Javascript mouseX:
var x = event.clientX; // X-coordinate
var y = event.clientY; // Y-coordinate