function ff1(){ clearCanvas(); x+=1; y=x*x/2+20; context.beginPath() context. fillStyle='red'; context.arc(x*5+120,y,5,0,2*Math.PI,true); context.fill(); context.closePath(); };