Code: Select all
while (p<1100)
beux := me.x;
beuy := me.y;
if(aeux!=beux)
controla := controla+1;
aeux := beux;
endif
if(aeuy!=beuy)
controla := controla+1;
aeuy := beuy;
endif
p := p + 1;
endwhileHave some funcion to make that easy?