View Single Post
  #7  
Old 10-09-2002, 06:24 AM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
Thats because you were treating him like a 20 year old adult, and not like a little baby


EDIT!!!

Shifter!!! WHAT ABOUT RADIANS??

Radian = Degree / 180 *3.142

So....

To show something at 45 degrees... to a point you would use
this.angle = 45/180*3.14;
x=x+sin(this.angle)*this.radius;
y=y+cos(this.angle)*this.radius;
Reply With Quote