Posts by MarkimCE • 21 points
1 post
-
2
votes2
answers598
viewsQ: How to put a click event in a primitive drawn form?
I made an animation and would like to put the buttons pause and play using these drawings in primitive forms. function botaoPlay() { contexto.beginPath(); contexto.fillStyle = "rgb(255,255,0)";…