So I want to be able to tell when a html button is no longer clicked/touched so I can change a boolean from true to false.
<input id="clickMe" type="button" value="Click to start." onclick="playIt();" />
I way to see if it's currently still pressed would work as well.