View Single Post
  #23  
Old 08-14-2008, 04:13 AM
DarkReaper0 DarkReaper0 is offline
No.
DarkReaper0's Avatar
Join Date: May 2005
Location: Texas,USA
Posts: 344
DarkReaper0 will become famous soon enough
Send a message via MSN to DarkReaper0
Quote:
Originally Posted by DustyPorViva View Post
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.

Last edited by DarkReaper0; 08-14-2008 at 04:14 AM.. Reason: Don't want another argument, need to choose words very carefully >_>
Reply With Quote