0
Why it is not move my blue dot
2 Respuestas
+ 1
You need to draw your rect again with updated value and remove old one
I dont know very well canvas, so old rect have some border :D
Best is to make some draw function, to dont repeat same code.
Set parameters to take color, and you can have both draw and delete old in one code.
https://code.sololearn.com/Wx8Illqc150O/?ref=app
+ 1
Ty man