+ 1
Why doesn't my simple code work ?!
This circle should move , but it is still static ! https://code.sololearn.com/WqdQnyM6Zh9L/?ref=app
3 ответов
+ 2
I have made some corrections. Check this code and try to understand how it works
https://code.sololearn.com/WVxbZ9TAk3BM/?ref=app
+ 3
ctx.arc(this.x,this.y,this.r,0,Math.PI*2,false);
+ 1
Calviղ Thanks , but it made the ball disappear