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