Quote:
Originally Posted by DustyPorViva
I don't think it's that complicated a script.
|
It's not, here's the central formula:
this.x = this.centerx - temp.radiusx * sin(temp.alpha);
this.y = this.centery - temp.radiusy * cos(temp.alpha);
Basic circle script.