View Single Post
  #2  
Old 03-14-2007, 12:05 AM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
HTML Code:
temp.objectDistance = ((this.x ^ 2) + (this.y ^ 2)) ^ 0.5;
Reply With Quote