a=Point(0,0); for (n=0; n<=100; n++){ x=n/100; y=4*x*(1-x); Move(a,x,y); Pause(10); }