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;